[][src]Module safe_authenticator::app_auth

App authentication routines

Enums

AppState

Represents current app state

Functions

app_state

Return a current app state (Authenticated if it has an entry in the config file AND the access container, Revoked if it has an entry in the config but not in the access container, and NotAuthenticated if it's not registered anywhere).

authenticate

Authenticate an app request.