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

feat: allow dynamic async/rejectable allowedFlows COMPASS-6811 #72

Merged
merged 4 commits into from
May 12, 2023

Conversation

addaleax
Copy link
Contributor

This should enable us to display a modal in Compass when re-authentication is required after the initial auth, and prompt the user whether they want to reauthenticate or just return to the connection screen again.

This should enable us to display a modal in Compass when re-authentication
is required after the initial auth, and prompt the user whether they want
to reauthenticate or just return to the connection screen again.
// openid-client bases expiration time on the actual current time, so
// allow for a small margin of error
expect(timeouts[0].timeout).to.be.greaterThanOrEqual(9_600_000);
expect(timeouts[0].timeout).to.be.lessThanOrEqual(9_800_000);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(This is unrelated, the test just failed on an earlier version of this PR)

@addaleax addaleax merged commit 119bf44 into main May 12, 2023
@addaleax addaleax deleted the 6811-dev branch May 12, 2023 16:36
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.

2 participants