https://github.com/vit0r/springboot-oauth2-jwt-jpa
example life circle of oauth2 springboot app
https://github.com/vit0r/springboot-oauth2-jwt-jpa
jwt oauth2-springboot python
Last synced: about 1 year ago
JSON representation
example life circle of oauth2 springboot app
- Host: GitHub
- URL: https://github.com/vit0r/springboot-oauth2-jwt-jpa
- Owner: vit0r
- Created: 2016-10-03T20:18:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T00:12:09.000Z (about 4 years ago)
- Last Synced: 2025-03-25T09:47:40.372Z (over 1 year ago)
- Topics: jwt, oauth2-springboot, python
- Language: Java
- Size: 83 KB
- Stars: 2
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# springboot-oauth2-jwt-jpa
# Using JWT with Spring Security OAuth
# App example implements oauth2-server and resource api to consume this server.
# Token type Bearer
# Token format JWT
# for testing using:
# install lib resquests => python -m pip install requests
# Run tests => python requests_py/requests_api.py