Token Procedures
Example implementations of Token Procedure plugins. Examples of procedures that alter responses from the token endpoint in different OAuth and OpenID Connect flows.
Long-Lived Tokens on Refresh Procedure Plugin
A token procedure plugin example that adds features to the token refresh flow. It can also be used as an example of writing token procedure plugins.
Exchange Opaque Token to JWT
An example of how to implement a Token Exchange (RFC 8693) plugin. In this example an opaque token is exchanged into a JWT.