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

Bug. App fully hang during silent renew. #942

Merged

Conversation

Expelz
Copy link

@Expelz Expelz commented Jan 19, 2021

Added reset mechanism on silent renew check.
Added silent renew timeout configuration value into oidc config.
Implemented retry mechanism on timeout error during forceRefreshSession.

Fully covered by unit tests.
Related issues: #845, #934.

Roman Yakym added 6 commits January 11, 2021 10:36
Added elapsed time check for silent renew check process.
Implemented retry mechanism with timeout on first authentication check
Fixed checkAuthIncludingServer retry mechanism.
Fully covered by unit tests.
# Conflicts:
#	package-lock.json
#	projects/angular-auth-oidc-client/src/lib/callback/refresh-session.service.spec.ts
#	projects/angular-auth-oidc-client/src/lib/callback/refresh-session.service.ts
@FabianGosebrink
Copy link
Collaborator

This is massive. A nice improvement. Thank you! Can you add the param silentRenewTimeoutInSeconds to the docs and briefly describe what it can do?

@FabianGosebrink
Copy link
Collaborator

Thanks. @damienbod stage is yours. Code looks fine to me. @Expelz Thank you very much.

@Expelz
Copy link
Author

Expelz commented Jan 19, 2021

@FabianGosebrink, Thanks! Glad I was able to contribute.

@damienbod damienbod merged commit bcdf00d into damienbod:main Jan 22, 2021
@damienbod
Copy link
Owner

@Expelz Thanks for this! This has been released now in version 11.4.3

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.

3 participants