halikuralde
❔ Suggestion for Authorization and Authentication on .Net MVC
hello, I'm newbie on .net. And I want to create login/register page with authentication and authorization. I have a db for users and they have roles(Admin/Student). I can't decide and implement which method should i use. I was trying JWT on MVC app but can't figure out. So should i create Web api project and send request to this project from MVC or cookie authentication is the best method for begginers? any recommendations would be great
77 replies