-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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: Dry handleAuthData
for safer code maintenance in the future
#9025
refactor: Dry handleAuthData
for safer code maintenance in the future
#9025
Conversation
I will reformat the title to use the proper commit message syntax. |
Thanks for opening this pull request!
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## alpha #9025 +/- ##
==========================================
- Coverage 94.31% 93.75% -0.57%
==========================================
Files 186 186
Lines 14770 14676 -94
==========================================
- Hits 13931 13760 -171
- Misses 839 916 +77 ☔ View full report in Codecov by Sentry. |
handleAuthData
for safer code maintenance in the future
Signed-off-by: Manuel <[email protected]>
Signed-off-by: Manuel <[email protected]>
🎉 This change has been released in version 7.0.0-alpha.30 |
🎉 This change has been released in version 7.1.0-alpha.1 |
🎉 This change has been released in version 7.1.0-beta.1 |
🎉 This change has been released in version 7.1.0 |
Pull Request
Issue
Duplicated code related to an old GHSA on auth system. A quick dry refactor.
Closes: NONE
Approach
A small DRY refactor for easiest, safer futur code maintenance on auth.
Tasks