February 2025
Intermediate to advanced
180 pages
2h 30m
English
In this chapter, we will start with the review of the OAuth 2 standard for securing RESTful APIs, then review JWT implementation, and do an exercise on implementing basic security with Micronaut.
OAuth 2 is a standard for delegating authorization for accessing resources by HTTP.
With OAuth, we can give access rights to the mobile apps without giving a password. Instead, a token is handed over to the application. A token represents access rights for the subset of data for a short time frame. Please refer to ...
Read now
Unlock full access