Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidgtonge/jwks-proxy
Simple proxy server that proxies jwks endpoints and adds CORS headers
https://github.com/davidgtonge/jwks-proxy
Last synced: 9 days ago
JSON representation
Simple proxy server that proxies jwks endpoints and adds CORS headers
- Host: GitHub
- URL: https://github.com/davidgtonge/jwks-proxy
- Owner: davidgtonge
- Created: 2017-12-11T06:57:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-12T11:23:49.000Z (almost 2 years ago)
- Last Synced: 2023-03-12T04:12:31.826Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://jwks-proxy.davidgtonge.now.sh
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jwks-proxy
Simple proxy server that proxies jwks endpoints and adds CORS headersThe use case for this is a utility that verifies JSON Web Tokens in the browser and needs access to the public keys of the issuer of the token from the issuer's `jwks_uri`.
This should only be used for debugging purposes.