Skip to content

cdelmas/spring-boot-auth0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot and JWT

Build it

To build the project, just run

./gradlew bootRepackage

Run it

Simple as a, b, c:

./gradlew bootRun

Use it

Add the Authorization header: Authorization: Bearer ey…​…​…​.

You can generate tokens with this online generator: http://jwtbuilder.jamiekurtz.com. You must add custom claims to access the endpoints (left as exercise).

About

Using Spring boot with auth0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages