-
Notifications
You must be signed in to change notification settings - Fork 102
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
[AUTH CAS INPN] fix(auth): fix authentication via CAS INPN #2866
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2866 +/- ##
===========================================
+ Coverage 78.50% 78.52% +0.01%
===========================================
Files 89 89
Lines 7208 7241 +33
===========================================
+ Hits 5659 5686 +27
- Misses 1549 1555 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Quelque petites broutilles à check. Ensuite, si tout fonctionne de votre côté, c'est bon pour moi.
@CodiumAI-Agent /review |
PR Analysis(review updated until commit 5fcbf6e)
PR Feedback💡 General suggestions: It would be beneficial to add tests that cover the changes made in this PR. This would help ensure that the authentication process works as expected and that the changes do not introduce new bugs. Also, it would be good to handle potential exceptions that might occur during the authentication process, such as when querying the database or setting cookies. ✨ Usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
Persistent review updated to latest commit 5fcbf6e |
@CodiumAI-Agent /improve |
5fcbf6e
to
cebc80d
Compare
4c69727
to
087a520
Compare
L'ajout d'une route dans UH-AH est une solution temporaire... pas trop fan de rajouter une route juste pour le CAS INPN. On est en train de réfléchir à la déplacer ... |
087a520
to
812134e
Compare
4af79a4
to
0666bb4
Compare
0666bb4
to
b63a16c
Compare
8ef6c38
to
cd1675a
Compare
cd1675a
to
be24297
Compare
Co-authored-by: jacquesfize <jacques.fize@ecrins-parcnational.fr> Co-authored-by: Pierre Narcisi <pierre.narcisi@mnhn.fr>
- Remove 'expires_at' and 'id_token' in cleanLocalStorage() used in logout() - Call logout backend route in logout() before redirect to cas logout.
be24297
to
20058b5
Compare
Fix authentication via CAS INPN.