zitadel/internal/auth/repository/eventsourcing/view
Livio Spring 7e24a1adbc
fix: allow login by email case-insensitive (#7578)
A customer noted that the login by email was case-sensitive, which differs to the handling of the loginname.

This PR changes the email check to be case-insensitive (which it was already in same parts) and improve the search for this as well.
2024-03-20 15:51:26 +00:00
..
refresh_token.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
token.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
user_session.go fix(auth): optimise user sessions (#7199) 2024-01-30 15:17:54 +00:00
user.go fix: allow login by email case-insensitive (#7578) 2024-03-20 15:51:26 +00:00
view.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00