-
Notifications
You must be signed in to change notification settings - Fork 13
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/custom authentification #93
Conversation
19e64cd
to
e4c22a8
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #93 +/- ##
===========================================
+ Coverage 51.79% 52.84% +1.05%
===========================================
Files 14 15 +1
Lines 726 774 +48
===========================================
+ Hits 376 409 +33
- Misses 350 365 +15
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
c305534
to
3d5c714
Compare
9d014b3
to
4b98789
Compare
… main login process Co-authored-by: TheoLechemia <[email protected]>
4a0144a
to
1b9c528
Compare
47315f7
to
62f24e9
Compare
6d5d633
to
552d5b6
Compare
…ation.configuration_schema` method + take in account the change of the authentication class location in the configuration
62f28ba
to
87fadd2
Compare
In PnX-SI/GeoNature#2976, we propose to enable the customization of the login process to use custom login providers (CAS for instance). This PR includes the required changes of UsersHub-authentification-module to make it work.