Skip to content

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairaziz committed Jul 9, 2024
1 parent 272f2f6 commit 9e1f6eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/cuddly-terms-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@quiltt/react-native": patch
"@quiltt/react": patch
"@quiltt/core": patch
---

Add 'rol' to private claims
1 change: 1 addition & 0 deletions packages/react/tests/hooks/useSession.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ describe('useSession', () => {
exp: Math.floor(Date.now() / 1000) + 3600,
iss: 'issuer',
sub: 'subject',
rol: 'admin',
aud: '',
nbf: 1,
iat: Date.now(),
Expand Down

0 comments on commit 9e1f6eb

Please sign in to comment.