🚸(oidc) ignore case when fallback on email

Some identity providers might change the case, but in our products we
don't consider case variation to be consider as different email
addresses.

Next step would be to normalize the DB value of email to be lower-case.
This commit is contained in:
BEY Quentin
2026-02-11 19:48:51 +01:00
committed by GitHub
parent 3ab0a47c3a
commit 17cb213ecd
4 changed files with 94 additions and 3 deletions

View File

@@ -15,6 +15,8 @@ and this project adheres to
- ♿️(frontend) Focus main container after navigation #1854
- 🚸(backend) sort user search results by proximity with the active user #1802
- 🚸(oidc) ignore case when fallback on email #1880
### Fixed