-
-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
feature requests 💡For issues that are possible feature requestsFor issues that are possible feature requestsgood first issue ✅Good for newcomersGood for newcomershacktoberfest
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 ?
Metadata
Metadata
Assignees
Labels
feature requests 💡For issues that are possible feature requestsFor issues that are possible feature requestsgood first issue ✅Good for newcomersGood for newcomershacktoberfest