# Functions
ContextWithPolicy returns a new context with the given Policy attached.
NewGraphQLClaims returns a new Claims object for a GraphQL API key with the embedded policy hash.
NewStore will create a new Store.
PolicyFromContext returns the Policy associated with the given context.
# Structs
No description provided by the author
No description provided by the author
Claims is the set of claims that are encoded into a JWT for a GraphQL API key.
GQLPolicy is a GraphQL API key policy.
No description provided by the author
NewAdminGQLKeyOpts is used to create a new GraphQL API key.
Store is used to manage API keys.
No description provided by the author