We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As we switched to orcid session cookie auth on the frontend side of Backoffice, we no longer need to send the Bearer Auth header to authorize.
We should remove this Bearer Auth from the frontend to avoid confusion.
Here are some pieces of code to start with: https://github.com/search?type=code&auto_enroll=true&q=repo%3Ainspirehep%2Finspirehep+path%3Aui%2F+%22token%22+OR+%22backoffice.token%22+OR+%22refreshToken%22
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As we switched to orcid session cookie auth on the frontend side of Backoffice, we no longer need to send the Bearer Auth header to authorize.
We should remove this Bearer Auth from the frontend to avoid confusion.
Here are some pieces of code to start with:
https://github.com/search?type=code&auto_enroll=true&q=repo%3Ainspirehep%2Finspirehep+path%3Aui%2F+%22token%22+OR+%22backoffice.token%22+OR+%22refreshToken%22
The text was updated successfully, but these errors were encountered: