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

Introduced ReactiveAPITokenAuthenticator #8

Merged
merged 4 commits into from Jun 12, 2019
Merged

Introduced ReactiveAPITokenAuthenticator #8

merged 4 commits into from Jun 12, 2019

Conversation

gotev
Copy link
Contributor

@gotev gotev commented Jun 11, 2019

Current TokenAuthenticationDemo token renew was broken when trying to do multiple symultaneous requests, which resulted in multiple token renew requests when each one of the original requests got 401 from server.

To solve this and to help library users write simple token-based authenticators, the new ReactiveAPITokenAuthenticator has been introduced.

To ease debugging, an optional ReactiveAPITokenAuthenticatorLogger can be provided.

@skydemarcoa skydemarcoa merged commit b5ea445 into master Jun 12, 2019
@skydemarcoa skydemarcoa deleted the bug-401 branch June 12, 2019 08:43
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.

None yet

2 participants