Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
Update link from Quickstart article to new tutorial file
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed May 21, 2021
1 parent aa4d2e7 commit 4c90b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-Authorization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This example shows how to secure your Java Spring Security API endpoints using Auth0-issued JSON Web Tokens.

You can read a quickstart for this sample [here](https://auth0.com/docs/quickstart/backend/java-spring-security/01-authorization).
You can read a tutorial for this sample [here](./TUTORIAL.md).

Start by renaming the `auth0.properties.example` file in `src/main/resources` to `auth0.properties` and provide it with your application's domain and issuer.

Expand Down

0 comments on commit 4c90b03

Please sign in to comment.