Using JWT with Spring OAuth2

1. Overview In this tutorial, we’ll secure a REST API with OAuth2 and consume it from a simple client. The application we’re going to build out will consist of three modules: Authorization Server Resource Server Web Application The simple project uses the implicit grant. The diagram below represents the flow used int this case: I assume Read more about Using JWT with Spring OAuth2[…]