A Dummy OAuth2 Authorization Server for issuing JWT Tokens
5.4K
This Application is a dummy OAuth2 Authorization server issuing JWT Tokens. It can be used to test Authorization scenarios. It leverages Spring Boot and is available as a docker container. There is also a Kubernetes Manifest available (Targeting Kyma https://kyma-project.io).
As this is very lightweight, there is no plan to support more than one instance at a time (Key is generated locally and is not shared accross instances).
docker run -d --rm -p 8080:8080 --name jwt_issuer andy008/jwt_issuer:1.0.0
If you want to change it or build it locally you can clone https://github.com/akrausesap/jwt_issuer
Content type
Image
Digest
Size
68.8 MB
Last updated
over 7 years ago
docker pull andy008/jwt_issuer:1.0.0