thephpleague / oauth2-server

A spec compliant, secure by default PHP OAuth 2.0 Server
https://oauth2.thephpleague.com
MIT License
6.52k stars 1.12k forks source link

why client and user relation repeated for authorization_code attempt? #1187

Closed mssoylu closed 3 years ago

mssoylu commented 3 years ago

I have a question. Whenever I try to log in with the authorization_code, a client - user relationship line is created again in the database. What is the reason of this? This line is happening again, even though there was already a relationship before?

Sephster commented 3 years ago

The server doesn't create any relationships as it is storage agnostic. I suspect this will be something specific to your implementation so unfortunately, don't think I can help unless you have the code available for review?

Sephster commented 3 years ago

Closing due to lack of activity