An open API service indexing awesome lists of open source software.

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

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