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
Backend v4 introduces some breaking changes. Off the top of my head:
/api/v4
"accessTokenPrefix": "Bearer "
release-job
Since backend v3 is expected to be supported for a while still, the frontend should support both versions without recompilation.
So practically only (3) is required for this ticket; the others are just included for completeness.
The text was updated successfully, but these errors were encountered:
despadam
No branches or pull requests
Ensure backwards compatibility with v3 and v4 backends
Summary
Backend v4 introduces some breaking changes. Off the top of my head:
/api/v4
base URL if Upgrade API version to v4 scicat-backend-next#1101 approved"accessTokenPrefix": "Bearer "
release-job
branch)Since backend v3 is expected to be supported for a while still, the frontend should support both versions without recompilation.
Changes needed
So practically only (3) is required for this ticket; the others are just included for completeness.
The text was updated successfully, but these errors were encountered: