You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to work on this.
How exactly you are planning to store that information, I mean inside scope column of tokens table or want to create a new table?
I created a PR: #11 considering that the fields will be stored in scope column of the tokens table but I feel that the best way is to have a separate users table otherwise we need to duplicate the same information for all the tokens.
Description
User profiles should be able to support more then just a name/uuid & token information
Suggestion
user
fields using dot props (further expanding the granular access/permissions)user.name
user.email
user.email_verified
user.github
Expanded User Profile
The text was updated successfully, but these errors were encountered: