Skip to main contentCrate wasm_oidc_plugin
Source - auth ๐
- This module contains all functions, calls and callbacks to execute the OpenID Authorization Code Flow
- config ๐
- This module contains the structs of the
PluginConfiguration and OpenIdConfig - discovery ๐
- This module contains the Open ID discovery and JWKs loading logic
- error ๐
- This module contains the error types for the plugin
- html ๐
- This module contains the HTML templates for the auth page and UI elements.
- pause ๐
- This module contains the pause context which is used when the filter is not configured.
- responses ๐
- This module contains the responses for the OpenID discovery and jwks endpoints
- session ๐
- This module contains logic to parse and save the current authorization state in a cookie
- _initialize