Crate mz_frontegg_auth
source ยทModulesยง
- app_
password ๐ - auth ๐
- client ๐
- error ๐
- metrics ๐Metrics for our Frontegg Authentication client.
Structsยง
- A Materialize app password.
- An error while parsing an
AppPassword
. - Facilitates authenticating users via Frontegg, and verifying returned JWTs.
- Configures an
Authenticator
. - Metadata embedded in a Frontegg JWT.
- The raw claims encoded in a Frontegg access token.
- Client for Frontegg auth requests.
- Command line arguments for frontegg.
Enumsยง
- The type of a JWT issued by Frontegg.
Constantsยง
- If a session is dropped within
DEFAULT_REFRESH_DROP_FACTOR
* valid_for
seconds of an authentication token expiring, then weโll continue to refresh the auth token, with the assumption that a new instance of this session will be started soon. - SAFETY: Value is known to be non-zero.