Sign inSign up

andy008/jwt_issuer

By andy008

Updated over 7 years ago

A Dummy OAuth2 Authorization Server for issuing JWT Tokens

Image
1

5.4K

andy008/jwt_issuer repository overview

A Dummy OAuth2 Authorization Server for issuing JWT Tokens

Table of Contents

About

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).

Run on Docker

docker run -d --rm -p 8080:8080 --name jwt_issuer andy008/jwt_issuer:1.0.0

Git Repository

If you want to change it or build it locally you can clone https://github.com/akrausesap/jwt_issuer

Tag summary

Content type

Image

Digest

Size

68.8 MB

Last updated

over 7 years ago

docker pull andy008/jwt_issuer:1.0.0