Skip to Content
Modern API Development with Spring and Spring Boot
book

Modern API Development with Spring and Spring Boot

by Sourabh Sharma
June 2021
Intermediate to advanced
582 pages
11h 12m
English
Packt Publishing
Content preview from Modern API Development with Spring and Spring Boot

Chapter 6: Security (Authorization and Authentication)

In previous chapters, we have developed RESTful web services (where REST stands for REpresentational State Transfer) using imperative and reactive coding styles. Now, you'll learn how you can secure these REST endpoints using Spring Security. You'll implement token-based authentication and authorization for REST endpoints. A successful authentication provides two types of tokens—a JavaScript Object Notation (JSON) Web Token (JWT) as an access token, and a refresh token in response. This JWT-based access token is then used to access the secured Uniform Resource Locators (URLs). A refresh token is used to request a new JWT if the existing JWT has expired, and a valid request token provides ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Modern API Development with Spring 6 and Spring Boot 3 - Second Edition

Modern API Development with Spring 6 and Spring Boot 3 - Second Edition

Sourabh Sharma

Publisher Resources

ISBN: 9781800562479Supplemental Content