# Packages
Package authorize handles the implementation of endpoints for authorization requests and pushed authorization requests.
No description provided by the author
Package dcr implements the dynamic client registration and management endpoints.
Package discovery implements the endpoints where information about the Open ID Provider and its public JWKS is shared.
No description provided by the author
No description provided by the author
No description provided by the author
Package oidc is a complement of the package goidc containing private structs and functions that are not meant to be accessible for users of goidc.
No description provided by the author
Package storage provides the default implementations of the storage interfaces [goidc.ClientManager], [goidc.AuthnSessionManager] and [goidc.GrantSessionManager].
Package strutil contains functions to help handling strings.
Package timeutil provides utilities for working with time in a consistent manner.
Package token implements all the logic to issue and validate rules related to access and ID tokens.
Package userinfo implements the user info endpoint.