DEV Community

Discussion on: Build an Angular 8 App with REST API and ASP.NET Core 2.2 - part 2

Collapse
 
bjornstensberg profile image
bjornstensberg

Hi!

Great tutorial.

However, how would it be to handle authorization?
Like MVC is pretty different from this I guess

Collapse
 
dileno profile image
Martin Soderlund Ek

Hi and thanks!

Authorization isn't really dependent on a specific design pattern. I'd take a look at a JWT (JSON Web Token) solution like Okta: developer.okta.com/quickstart/#/an...