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(ad-hoc): delay sequential web authentications #367

Merged
merged 8 commits into from
Oct 11, 2024

Conversation

andrii-vysotskyi-cko
Copy link
Collaborator

Description

The ASWebAuthenticationSession triggers its completion handler before the dismissal process fully completes. To prevent issues with subsequent authentications, workaround that introduces a 1-second delay before initiating the next authentication session was added.

Additionally, the ThrottledWebAuthenticationSessionDecorator enforces that only one authentication operation can be active at a time, ensuring proper sequencing and avoiding overlapping requests.

Jira Issue

-

@andrii-vysotskyi-cko andrii-vysotskyi-cko changed the title feat(ad-hoc0): delay sequential web authentication feat(ad-hoc0): delay sequential web authentications Oct 10, 2024
@andrii-vysotskyi-cko andrii-vysotskyi-cko changed the title feat(ad-hoc0): delay sequential web authentications feat(ad-hoc): delay sequential web authentications Oct 11, 2024
@andrii-vysotskyi-cko andrii-vysotskyi-cko merged commit c44534d into master Oct 11, 2024
2 checks passed
@andrii-vysotskyi-cko andrii-vysotskyi-cko deleted the feat/delay-sequential-web-authentication branch October 11, 2024 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants