Skip to main content

Module additional_modules

Module additional_modules 

Source
Expand description

Additional server capability modules

Note: WebAuthn/FIDO2 support is provided via the PasskeyAuthMethod in src/methods/passkey/mod.rs using the production-grade passkey crate. No separate WebAuthn server module is needed.

Modulesยง

api_gateway
API Gateway authentication and authorization
consent
User consent management (OAuth 2.0 / OIDC consent screen logic)
device_flow_server
Device Authorization Grant server-side implementation (RFC 8628)
introspection
Token introspection endpoint (RFC 7662)
jwt_server
JWT token server for issuing and validating JWT tokens
saml_idp
SAML Identity Provider