Skip to content

[FEATURE] Add expanded user profile scopes #6

Open
@darcyclarke

Description

@darcyclarke

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions