chore(backend,nextjs,astro): Introduce getAuthObjectFromJwt as internal utility#6053
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
LauraBeatris
force-pushed
the
laura/get-auth-object-from-jwt
branch
from
June 2, 2025 22:43
2df59a3 to
28800aa
Compare
🦋 Changeset detectedLatest commit: 34a779f The changes in this PR will be included in the next version bump. This PR includes changesets to release 11 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
LauraBeatris
force-pushed
the
laura/get-auth-object-from-jwt
branch
from
June 2, 2025 22:44
28800aa to
7ffe639
Compare
LauraBeatris
marked this pull request as ready for review
June 2, 2025 22:45
panteliselef
reviewed
Jun 3, 2025
panteliselef
approved these changes
Jun 3, 2025
tmilewski
approved these changes
Jun 3, 2025
LauraBeatris
force-pushed
the
laura/get-auth-object-from-jwt
branch
from
June 3, 2025 15:57
7ffe639 to
333b14a
Compare
LauraBeatris
enabled auto-merge (squash)
June 3, 2025 15:59
@clerk/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/elements
@clerk/clerk-expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/clerk-react
@clerk/react-router
@clerk/remix
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/themes
@clerk/types
@clerk/upgrade
@clerk/vue
commit: |
LauraBeatris
force-pushed
the
laura/get-auth-object-from-jwt
branch
from
June 3, 2025 16:30
333b14a to
ef43011
Compare
LauraBeatris
force-pushed
the
laura/get-auth-object-from-jwt
branch
from
June 3, 2025 16:40
ef43011 to
18fea20
Compare
LauraBeatris
disabled auto-merge
June 3, 2025 19:48
LauraBeatris
force-pushed
the
laura/get-auth-object-from-jwt
branch
from
June 3, 2025 20:08
60c5f57 to
54bdeb7
Compare
LauraBeatris
force-pushed
the
laura/get-auth-object-from-jwt
branch
from
June 3, 2025 20:21
54bdeb7 to
daa26ba
Compare
LauraBeatris
force-pushed
the
laura/get-auth-object-from-jwt
branch
from
June 3, 2025 20:22
daa26ba to
d4a7fd1
Compare
LauraBeatris
force-pushed
the
laura/get-auth-object-from-jwt
branch
from
June 3, 2025 20:29
d4a7fd1 to
34a779f
Compare
getAuthObjectFromJwt as internal utility getAuthObjectFromJwt as internal utility
getAuthObjectFromJwt as internal utility getAuthObjectFromJwt as internal utility
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Introduces
getAuthObjectFromJwtas internal utility function that centralizes the logic for generating auth objects from session JWTs.Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change