In this article I’ll show how to develop a solution that uses OAuth2 as authentication protocol with Authorization code during the flow process. Spring Framework has been used as backbone of the solution and the user’s token generated have been persisted in a MySQL Database. The OAuth2 authentication flow uses an authorization code expects a […]
