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