Skip to main content

load_jwt_secret

Function load_jwt_secret 

Source
pub(crate) fn load_jwt_secret(
    jwt_secret: Option<&str>,
) -> Result<Option<String>>
Expand description

Load JWT secret from either a file or use the provided string directly.