maxdobeck / gatekeeper

API that performs user authentication and authorization as well as process business logic.
0 stars 0 forks source link

Records should be lowercase during creation or update #7

Open maxdobeck opened 6 years ago

maxdobeck commented 6 years ago

Email should always be lowercased while the app server is operating on the resource.

maxdobeck commented 6 years ago

Should all records be lowercase? If we respect the users spelling this will allow for conflicting cases like: User 1 uses -> JohnSmith@domain.com User 2 uses -> johnsmith@domain.com

Can you currently do this with gmail? I think the answer lies in following existing email rules. Outlook and Gmail are good sources to model after.