-
Notifications
You must be signed in to change notification settings - Fork 7
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
Implement FE work for 3rd party accts - Refresh token on client #132
Comments
I made a separate issue to add metrics: #170 |
Background:
3rd party users will use their own authentication mechanism (in eLife's case, the ORCID system), and they will be able to use Hypothesis to annotate on the publisher's page after logging in to their 3rd party account.
Based on our research work in #66 , we decide to implement a Static approach, assuming that the token will be loaded on every page load.
Specific task to be addressed in this issue:
This issue is concerned with auth.js needing to be updated to send an opaque access token instead of the JWT header in the third party context.and make sure fetchOrReuseToken handles reuse of the access token as wellThe text was updated successfully, but these errors were encountered: