Module additional_modules

Module additional_modules 

Source
Expand description

Placeholder modules for additional server capabilities

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
device_flow_server
Device flow server-side implementation
introspection
Token introspection endpoint (RFC 7662)
jwt_server
JWT token server for issuing and validating JWT tokens
saml_idp
SAML Identity Provider