Tag: Rest Api
-
Reactive Spring Security For WebFlux REST Web Services
In this series of posts, we’ll dive into how exactly to configure Spring Security for reactive and stateless WebFlux REST APIs. …
-
Using Nimbus JOSE + JWT in Spring Applications
JWTs could be very useful in RESTful Web Services — not only for stateless authentication, but for all the purposes that require tokens …
-
Spring Security 5 OAuth 2.0 Login and Sign Up in Stateless REST Web Services
Adding social login to a Spring application is now easy with Spring Security 5. It’s well explained in the official documentation, as …
-
An OAuth2 Grant Selection Decision Tree for Securing REST APIs
OAuth2 Protocol, Grants, and Guidelines for Selecting Grants One of the most widely used security protocols for securing REST APIs is …
●●●