Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Token refresh interval configuration #900

Merged
merged 6 commits into from
Nov 20, 2020

Conversation

damienbod
Copy link
Owner

fixes #891

@damienbod
Copy link
Owner Author

export function configureAuth(oidcConfigService: OidcConfigService) {
    return () =>
        oidcConfigService.withConfig({
            
			...
			
            tokenRefreshInSeconds: 10,
        });
}

@damienbod
Copy link
Owner Author

@Nikitakun @Expelz review?

@damienbod damienbod merged commit 304a423 into main Nov 20, 2020
@damienbod damienbod deleted the damien/token-refresh-interval-configuration branch November 20, 2020 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tokens don't manage to refresh within 3 seconds when oidc provider is under a high load
2 participants