command
module
Version:
v0.0.0-...-59e210b
Opens a new window with list of versions in this module.
Published: Jun 26, 2019
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
graphql-auth-proxy
Authorization proxy for GraphQL server. JWT is expected as access token and JWKs endpoint is required for downloading public keys for validation.
PROXY_URL
– URL of server for proxying valid requests
JWKS_PROVIDER_URL
– JWKs endpoint (eg. https://example.com/.well-known/jwks.json
)
REQUIRED_JWT_SCOPES
– space-separated list of scopes required to be present in JWT access token
Token scopes
JWT token with custom scope
claim is expected. This claim should contain all approved scopes.
Currently the introspection endpoint is not supported.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.