Documentation
¶
Overview ¶
Package revocation implements the OAuth 2.0 token revocation endpoint per RFC 7009. Request handling is delegated to fosite; recording revoked JWT access tokens in the revoked_tokens denylist happens in the storage layer, which fosite drives on every revocation path.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) SetupRoutes ¶
SetupRoutes registers both paths; /oauth2 is kept for compatibility.
Click to show internal directories.
Click to hide internal directories.