I am attempting to upgrade from a custom JWT Auth to replits authentication for SSO. The integration appears to work except when considering existing users who have emails linked to SSO, If they use SSO it seems to count this user’s email as a duplicate when authenticating. This seems like a bug. Is there a best way to work-a-round this issue?
Did you run any type of migration on the current users to the new auth system?
1 Like
Yes I created a migration and thought they would reference the same tables, however if someone had an existing account then it would run into a duplication issue instead of logging them in under the existing user.