mbland / custom-links

An application for allowing authenticated users to create and dereference custom URLs hosted on a custom domain.
ISC License
7 stars 1 forks source link

Lowercase all user IDs #155

Closed mbland closed 6 years ago

mbland commented 6 years ago

Turns out some auth providers aren't consistent in the format of their user IDs between their sandboxen and their production services. To guard against this, all user IDs should be case-insensitive.

cc: @akashvbabu