-
Notifications
You must be signed in to change notification settings - Fork 276
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
refactor(sdk): Move matrix_auth
and oidc
into the authentication
module
#4575
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4575 +/- ##
=======================================
Coverage 85.42% 85.42%
=======================================
Files 285 285
Lines 32222 32222
=======================================
Hits 27525 27525
Misses 4697 4697 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Kévin Commaille <[email protected]>
Signed-off-by: Kévin Commaille <[email protected]>
Signed-off-by: Kévin Commaille <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, could you please just remove the TODO I linked previously?
// TODO:(poljar) Move the oidc and matrix_auth modules under this module. |
I removed it already. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah indeed, how did I miss that.
matrix_auth
is renamed tomatrix
in the process since theauth
is for "authentication".