Tácio Litke

Results 2 comments of Tácio Litke

You need add the JWT Token to your request. How do you generate it? Do you use the authenticate method to generate the token first? It's necessary.

You need to mapper from the **Model** to a **ViewModel**, as in HomeController `viewModelGadgets = Mapper.Map(categories);` This conceptes is used in others types of projects, such as API projects, where...