DEV Community

Ramiro for Auth0

Posted on • Updated on • Originally published at auth0.com

Securing Spring Boot APIs and SPAs with OAuth 2.0

In this article, you will learn how to create and secure a jQuery SPA and a Spring Boot API using OAuth 2.0. You will start by scaffolding a new Spring Boot project. Then you will add some endpoints to it. After that, you will use Spring Security to secure the whole thing. Lastly, you will create a SPA (with jQuery) to consume the API.

Read on 🍃

Securing Spring Boot APIs and SPAs with OAuth 2.0

Top comments (0)