Skip to main content

Crate authn_resolver

Crate authn_resolver 

Source
Expand description

AuthN Resolver Module

This module discovers AuthN resolver plugins via types-registry and routes authentication calls to the selected plugin based on vendor configuration.

Provides the AuthNResolverClient trait registered in ClientHub for consumption by other modules.

Modulesยง

config
Configuration for the AuthN resolver.
domain
Domain layer for the AuthN resolver.
module
AuthN resolver module.