Skip to content

app_data is not returned as part of claims #461

Open
@richmeij

Description

@richmeij

Version: 1.4.4

Describe the bug

the app_data user field is not returned as part of the claims in the access_token

Steps To Reproduce

const { data, errors } = await authorizer.validateJWTToken({ token, token_type: 'access_token' })
app_data is not part of data.claims

Expected behavior

In the above example I would expect data.claims.app_data to contain the app_data from the database.

Desktop (please complete the following information):

  • OS: macOS 14.6.1
  • platform: Node 20

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions