Closed
Description
I was just creating my own OAuth2 server base on this repo.
Main advantage in my head was, that I can use this server for multiple projects, but with that it means usernames could be duplicates, e.g. same users for different apps.
my idea was, to store users, against clientId
however on getUser
we don't have clientId
to fetch it by.
Is there something I am missing ? is there better way to do it currently?
Or is it even a good idea to do it at all ?