Skip to content

Releases: clerk/javascript

@clerk/[email protected]

29 May 13:10
94be195

Choose a tag to compare

Patch Changes

  • Bug fix: In createCheckAuthorization allow for old org_role format in JWT v1 where org: is missing. (#5988) by @panteliselef

    Example session claims:

    {
      "org_id": "org_xxxx",
      "org_permissions": [],
      "org_role": "admin",
      "org_slug": "test"
    }

    Code

    authObject.has({ role: 'org:admin' }); // -> true
    authObject.has({ role: 'admin' }); // -> true
  • Updated dependencies [2c6a0cc, 71e6a1f]:

@clerk/[email protected]

29 May 13:10
94be195

Choose a tag to compare

@clerk/[email protected]

29 May 13:10
94be195

Choose a tag to compare

@clerk/[email protected]

29 May 13:10
94be195

Choose a tag to compare

@clerk/[email protected]

29 May 13:11
94be195

Choose a tag to compare

@clerk/[email protected]

29 May 13:10
94be195

Choose a tag to compare

Patch Changes

@clerk/[email protected]

29 May 13:10
94be195

Choose a tag to compare

@clerk/[email protected]

29 May 13:11
94be195

Choose a tag to compare

@clerk/[email protected]

29 May 13:11
94be195

Choose a tag to compare

Patch Changes

@clerk/[email protected]

29 May 13:11
94be195

Choose a tag to compare

Patch Changes