Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
/ jwt-auth-example Public archive

Documentation and example server for Quay.io JWT Custom Auth

License

Notifications You must be signed in to change notification settings

coreos/jwt-auth-example

Repository files navigation

Container Repository on Quay.io

Quay.io JWT Custom Auth

This repository contains documentation and an example server for Quay.io JWT Custom Authentication.

JWT Auth protocol

Details about how to implement the JWT auth protocol can be found in the PROTOCOL document.

To run the example server via Docker:

docker run -ti -p 6000:6000 quay.io/coreos/jwt-auth-example

To run the example server directly:

python application.py

To test the example server with curl:

curl --user cooluser:password http://localhost:6000/user/exists
curl --user cooluser:password http://localhost:6000/user/verify

About

Documentation and example server for Quay.io JWT Custom Auth

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages