JakyeRU / Larascord

Larascord is a package that allows you to authenticate users in your Laravel application using Discord.
https://larascord.jakye.me
MIT License
67 stars 14 forks source link

[BUG] Re-Login via Discord #38

Closed 536f6e6179 closed 2 years ago

536f6e6179 commented 2 years ago

Registering and saving to the database works without problems but as soon as you log out to log in again, you get {"larascord_message":"There was an error with the database. Please try again later.","message":"SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry

because he is trying to create the same user instead of login again with discord.

JakyeRU commented 2 years ago

Hello @536f6e6179,

Please follow the bug report format. Giving as much information as possible is helpful in tracking down the bug and fixing it.

Thank you!