Open
Description
Description
User profiles should be able to support more then just a name/uuid & token information
Suggestion
- add expanded
user
fields using dot props (further expanding the granular access/permissions)user.name
user.email
user.email_verified
user.github
Expanded User Profile
{
"name": "johndoe",
"email": "[email protected]",
"email_verified": false,
"github": "johndoe",
"created": "2015-02-26T01:26:01.124Z", // (read-only)
"updated": "2023-01-10T21:55:32.118Z" // (read-only)
}
Activity