Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

deepak-java/jwt-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4 Commits

Repository files navigation

jwt-spring-boot

JWT integration with Spring Boot as 'Bearer Token'.

It Helps to integrate any implementation of JWT with Spring Boot as Security Provider.

How To:

1. First Generate the token from JWTTokenTest class under test package.
2. Start ApplicationMain class, it will start application with tmcat running at '8080' port and 'jwt' as applicaton deploy point.
3. Use any Rest Client like Postman, Set Authorization header to 'Bearer *****'. (Generated in First Step)
4. Hit http://localhost:8080/jwt/user/get

NOTE:

- Current implementation generates token with 5 minutes expiry.
- Clases in impl package are Vendor/Client Specific. Current implementation gives an idea to achieve the same. 

About

JWT integration with Spring Boot as 'Bearer Token'.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /