junobuild-auth 0.4.2

Authentication toolkit for Juno.
Documentation
1
2
3
4
5
6
7
8
9
// Error message indicating that a domain - derivation or external alternative origins - cannot be parsed to a valid URL.
pub const JUNO_AUTH_ERROR_INVALID_ORIGIN: &str = "juno.auth.error.invalid_origin";
// No authentication configuration found.
pub const JUNO_AUTH_ERROR_NOT_CONFIGURED: &str = "juno.auth.error.not_configured";
// No automation configuration found.
pub const JUNO_AUTH_ERROR_AUTOMATION_NOT_CONFIGURED: &str =
    "juno.auth.error.automation_not_configured";
// Authentication with OpenId disabled.
pub const JUNO_AUTH_ERROR_OPENID_DISABLED: &str = "juno.auth.error.openid_disabled";