-
Notifications
You must be signed in to change notification settings - Fork 649
Hold onto authorization header with ApiToken source #1599
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
Conversation
Modify the `AuthenticationSource::ApiToken` variant to hold onto the authorization header that may be used to fetch the current user.
@sgrif please take a look 😄 |
☔ The latest upstream changes (presumably #1610) made this pull request unmergeable. Please resolve the merge conflicts. |
I've used your changes, made some improvements and moved things a little further forward. I'd love your feedback. It is PR #1700. |
I'm really sorry about the long delay on this, but I've resolved the merge conflicts and this looks great! Thank you! @bors r+ |
📌 Commit dec4383 has been approved by |
Hold onto authorization header with ApiToken source Modify the `AuthenticationSource::ApiToken` variant to hold onto the authorization header that may be used to fetch the current user. Ref. #1548 (Task 4)
💔 Test failed - checks-travis |
@bors r+ |
📌 Commit 8e3d345 has been approved by |
Hold onto authorization header with ApiToken source Modify the `AuthenticationSource::ApiToken` variant to hold onto the authorization header that may be used to fetch the current user. Ref. #1548 (Task 4)
☀️ Test successful - checks-travis |
Modify the
AuthenticationSource::ApiToken
variant to hold onto the authorization header that may be used to fetch the current user.Ref. #1548 (Task 4)