Function encode_jwt

Source
pub async fn encode_jwt(
    user: User,
    auth_config: InternalOauthConfig,
    core_config: AccountLifeCycle,
    is_temporary: bool,
) -> Result<(String, Duration), HttpResponse>
Expand description

Encode a user into a JWT token