Skip to content

Commit

Permalink
chore(repo): Add changeset for audience support
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkl committed Jun 12, 2023
1 parent 197101c commit 010484f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .changeset/twenty-squids-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
'@clerk/backend': minor
'gatsby-plugin-clerk': patch
'@clerk/clerk-sdk-node': patch
'@clerk/nextjs': patch
'@clerk/remix': patch
---

Support `audience` parameter in authentication request

The audience parameter is used to verify the the aud claim in
the request matches the value of the parameter or is included
(when the user provides a list).

Resolves:
- [#978](https://github.com/clerkinc/javascript/pull/978)
- [#1004](https://github.com/clerkinc/javascript/pull/1004)

0 comments on commit 010484f

Please sign in to comment.