Skip to content

Commit

Permalink
Update README with link to spring boot 3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames authored Mar 7, 2023
1 parent dd20879 commit 92e18be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Auth0 Spring Security 5 API Samples

> **Note**
> If you are using Spring Boot 3 / Spring Security 6, check out the [use-spring-6 branch](https://github.com/auth0-samples/auth0-spring-security5-api-sample/tree/use-spring-6), which contains an updated version of this sample for Spring Boot 3. Also see [this issue](https://github.com/auth0-samples/auth0-spring-security5-api-sample/issues/25) for more information.
[![CircleCI](https://circleci.com/gh/auth0-samples/auth0-spring-security5-api-sample.svg?style=svg)](https://circleci.com/gh/auth0-samples/auth0-spring-security5-api-sample)

These samples demonstrate how to create an API with Spring Boot 2 and Spring Security 5, which only permits access to resources if a valid **access token** is included.
Expand Down

0 comments on commit 92e18be

Please sign in to comment.