Skip to content

[FEATURE] VSR: Add expanded user profile scopes #943

@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)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions