Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
codesjedi
/
javascript
Public
forked from
clerk/javascript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Dec 13, 2023
feat(nextjs): Accept `redirectUrl` as option for `auth().protect()` (#2329)
Show description for 05bda49
panteliselef
authored
05bda49
View commit details
Copy full SHA for 05bda49
Browse repository at this point
chore(repo): Remove unused handshake test files, test cleanup (#2337)
Show description for 1b4eff9
brkalow
authored
1b4eff9
View commit details
Copy full SHA for 1b4eff9
Browse repository at this point
feat(chrome-extension): WebSSO with URL-based session syncing [SDK-836] (#2277)
Show description for b6b19b5
tmilewski
and
SokratisVidros
authored
b6b19b5
View commit details
Copy full SHA for b6b19b5
Browse repository at this point
feat(clerk-js,types): Drop redirectToHome in favour of redirectToAfterSignIn & redirectToAfterSignUp [SDK-875] (#2251)
Show description for ab4eb56
octoper
authored
ab4eb56
View commit details
Copy full SHA for ab4eb56
Browse repository at this point
chore(repo): Add yalc commands in the playground/nextjs
SokratisVidros
committed
385cc77
View commit details
Copy full SHA for 385cc77
Browse repository at this point
chore(repo): Simplify authMiddleware in the playground/nextjs
SokratisVidros
committed
c31b37e
View commit details
Copy full SHA for c31b37e
Browse repository at this point
fix(clerk-js): Make unit tests pass (#2335)
Show description for cc395d5
SokratisVidros
authored
cc395d5
View commit details
Copy full SHA for cc395d5
Browse repository at this point
chore(clerk-js): Merge `ui.retheme` into `ui` directory (#2334)
Show description for fca2b7e
anagstef
authored
fca2b7e
View commit details
Copy full SHA for fca2b7e
Browse repository at this point
feat(repo): Add E2E test suite for handshake and fix sdk-node exports (#2331)
Show description for 118a58b
4 people
authored
118a58b
View commit details
Copy full SHA for 118a58b
Browse repository at this point
feat(backend): introduce handshake (#2300)
Show description for 86d52fb
4 people
authored
86d52fb
View commit details
Copy full SHA for 86d52fb
Browse repository at this point
feat(clerk-js): Retheme cleanups (#2325)
Show description for 3d9ad2d
desiprisg
authored
3d9ad2d
View commit details
Copy full SHA for 3d9ad2d
Browse repository at this point
chore(backend): Replace `Clerk` with `createClerkClient` [SDK-1058] (#2317)
Show description for 02976d4
tmilewski
authored
02976d4
View commit details
Copy full SHA for 02976d4
Browse repository at this point
Commits on Dec 12, 2023
[WIP] Retheme <SignIn /> (part 1) (#2179)
Show description for 656d6ae
marcelscruz
authored
656d6ae
View commit details
Copy full SHA for 656d6ae
Browse repository at this point
feat(clerk-js): First iteration of OrganizationSwitcher retheme (#2311)
Show description for a1efd29
anagstef
authored
a1efd29
View commit details
Copy full SHA for a1efd29
Browse repository at this point
chore(clerk-js): Update zxcvbn dependency (#2326)
Show description for 69ce3e1
LekoArts
authored
69ce3e1
View commit details
Copy full SHA for 69ce3e1
Browse repository at this point
chore(clerk-js,clerk-react,shared): Add hook to assert the presence of ClerkProvider [SDK-1043] (#2299)
Show description for 75ea300
tmilewski
and
LekoArts
authored
75ea300
View commit details
Copy full SHA for 75ea300
Browse repository at this point
chore(repo): Adjust npmrc and VSCode settings (#2324)
LekoArts
authored
d5a8280
View commit details
Copy full SHA for d5a8280
Browse repository at this point
chore(clerk-react,types): Align return types for redirectTo methods in ClerkJS [SDK-1037] (#2316)
tmilewski
authored
844847e
View commit details
Copy full SHA for 844847e
Browse repository at this point
fix(shared): Add missing peerDependenciesMeta key (#2322)
Show description for 896cb61
LekoArts
authored
896cb61
View commit details
Copy full SHA for 896cb61
Browse repository at this point
chore(clerk-sdk-node,fastify): Minor left-overs cleanups (#2323)
Show description for 2e011ba
dimkl
authored
2e011ba
View commit details
Copy full SHA for 2e011ba
Browse repository at this point
chore(repo): Improve integration tests docs (#2321)
LekoArts
authored
91bef72
View commit details
Copy full SHA for 91bef72
Browse repository at this point
fix(repo): Fix incorrect regex for public paths in NextJs playground (#2298)
octoper
authored
ef9e4ab
View commit details
Copy full SHA for ef9e4ab
Browse repository at this point
fix(types,nextjs): Improve complex type (#2315)
panteliselef
authored
66edf87
View commit details
Copy full SHA for 66edf87
Browse repository at this point
fix(types): Update MembershipRole and OrganizationPermissionKey to not resolve to `any` (#2318)
panteliselef
authored
6b5ddce
View commit details
Copy full SHA for 6b5ddce
Browse repository at this point
fix(types): Typescript v5 cannot infer types correctly (#2314)
panteliselef
authored
70bbca7
View commit details
Copy full SHA for 70bbca7
Browse repository at this point
Commits on Dec 11, 2023
fix(types): Avoid using `ts-expect-error` as it may fail for hosting apps (#2313)
panteliselef
authored
8e5cf6e
View commit details
Copy full SHA for 8e5cf6e
Browse repository at this point
fix(clerk-react): Using wrong `OrganizationCustomPermission` type (#2310)
panteliselef
authored
3abb91f
View commit details
Copy full SHA for 3abb91f
Browse repository at this point
feat(clerk-js): Add new typography on card's header and footer (#2307)
Show description for 6db2ad1
marcelscruz
authored
6db2ad1
View commit details
Copy full SHA for 6db2ad1
Browse repository at this point
feat(nextjs,shared,backend,clerk-react): Introduce Protect for authorization (#2170)
Show description for 46040a2
panteliselef
authored
46040a2
View commit details
Copy full SHA for 46040a2
Browse repository at this point
feat(clerk-js): Initial work for user profile retheme (#2305)
desiprisg
authored
4eed423
View commit details
Copy full SHA for 4eed423
Browse repository at this point
fix(clerk-js): Fix buttons font family to respect the `fontFamilyButtons` variable (#2303)
anagstef
authored
7b58bc4
View commit details
Copy full SHA for 7b58bc4
Browse repository at this point
Commits on Dec 10, 2023
feat(clerk-js): Retheme primary, alpha and danger color scales (#2302)
desiprisg
authored
45f79ea
View commit details
Copy full SHA for 45f79ea
Browse repository at this point
feat(clerk-js): Align size foundations with new designs (#2301)
desiprisg
authored
8f193ae
View commit details
Copy full SHA for 8f193ae
Browse repository at this point
Commits on Dec 8, 2023
chore(repo): Version packages (alpha-v5) (#2276)
Show description for 07f2633
clerk-cookie
and
github-actions[bot]
authored
07f2633
View commit details
Copy full SHA for 07f2633
Browse repository at this point
feat(clerk-js): Refactor Typography for UI Retheme (#2297)
Show description for 84ac8e5
anagstef
authored
84ac8e5
View commit details
Copy full SHA for 84ac8e5
Browse repository at this point
Previous
Next
You can’t perform that action at this time.