-
-
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
feat!: graphql based authentication/authorization #403
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #403 +/- ##
========================================
- Coverage 7.46% 6.71% -0.75%
========================================
Files 50 62 +12
Lines 1005 1087 +82
Branches 166 179 +13
========================================
- Hits 75 73 -2
- Misses 896 976 +80
- Partials 34 38 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
🎉 This issue has been resolved in version 5.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 5.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
4 similar comments
🎉 This issue has been resolved in version 5.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 5.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 5.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 5.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Signing in/out now handled by GraphQL
/api
endpoint. GraphQL endpoint reads an authorization cookie for subsequent graph requests. Both a cookie and HTTP header ofauthorization: Bearer $token
are accepted.Relates to #318
BREAKING CHANGE:
/activate
endpoint has been removed. This will be replaced by a GraphQL endpoint.