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 }}
dikaioai
/
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
Breadcrumbs
History for
javascript
packages
nextjs
src
server
on
153
User selector
All users
All time
Commit history
Commits on Feb 26, 2024
fix(clerk-js,types): Always append db jwt as a searchParams (#2857)
nikosdouvlis
authored
2280964
View commit details
Copy full SHA for 2280964
View code at this point
Browse repository at this point
Commits on Feb 6, 2024
chore(nextjs): Improve createGetAuth test coverage
Show description for cdd87d4
nikosdouvlis
committed
cdd87d4
View commit details
Copy full SHA for cdd87d4
View code at this point
Browse repository at this point
Commits on Jan 12, 2024
feat(*): Set PACKAGE_NAME and PACKAGE_VERSION as the user-agent header in BAPI requests (#2579)
nikosdouvlis
authored
c59a2d4
View commit details
Copy full SHA for c59a2d4
View code at this point
Browse repository at this point
Commits on Dec 22, 2023
feat(shared): Use both `__clerk_db_jwt` and `__dev_browser` in redirects (#2431)
dimkl
authored
0bf0bdd
View commit details
Copy full SHA for 0bf0bdd
View code at this point
Browse repository at this point
Commits on Dec 21, 2023
chore(clerk-js,shared,nextjs): Support `__clerk_db_jwt` and `__dev_session` query params (#2428)
Show description for df40705
dimkl
authored
df40705
View commit details
Copy full SHA for df40705
View code at this point
Browse repository at this point
Commits on Dec 14, 2023
chore(nextjs): Fix quickstarts link in error msg (#2354)
Show description for e47c115
dimkl
authored
e47c115
View commit details
Copy full SHA for e47c115
View code at this point
Browse repository at this point
Commits on Dec 12, 2023
feat(nextjs,shared,backend,clerk-react): Introduce Protect for authorization (#2170) (#2309)
Show description for 2dc93d4
panteliselef
authored
2dc93d4
View commit details
Copy full SHA for 2dc93d4
View code at this point
Browse repository at this point
Commits on Dec 5, 2023
revert(backend): Introduce OrganizationPermissionAPI and OrganizationRoleAPI (#2252) (#2257)
Show description for 11fdbcb
panteliselef
authored
11fdbcb
View commit details
Copy full SHA for 11fdbcb
View code at this point
Browse repository at this point
Commits on Nov 22, 2023
feat(backend): Introduce OrganizationRoleAPI (#2177) (#2187)
panteliselef
authored
aaaf24a
View commit details
Copy full SHA for aaaf24a
View code at this point
Browse repository at this point
feat(backend): Introduce OrganizationPermissionAPI (#2178) (#2185)
panteliselef
authored
9d8a29b
View commit details
Copy full SHA for 9d8a29b
View code at this point
Browse repository at this point
Commits on Nov 6, 2023
fix(nextjs): Improve type inference for the return type of auth helper (#2047) (#2049)
panteliselef
authored
20eab83
View commit details
Copy full SHA for 20eab83
View code at this point
Browse repository at this point
Commits on Nov 1, 2023
fix(nextjs): Import `deprecatedObjectProperty` from subpath (#1997)
panteliselef
authored and
LekoArts
committed
3b999f3
View commit details
Copy full SHA for 3b999f3
View code at this point
Browse repository at this point
Commits on Oct 30, 2023
fix(nextjs): Deprecate user, session, organization from auth() (#1960)
panteliselef
authored
1a95065
View commit details
Copy full SHA for 1a95065
View code at this point
Browse repository at this point
Commits on Oct 24, 2023
fix(nextjs): Stop ts errors for non-static nextjs typed routes in authMiddleware (#1928)
desiprisg
authored
f7385e1
View commit details
Copy full SHA for f7385e1
View code at this point
Browse repository at this point
Commits on Oct 20, 2023
fix(nextjs): Adjust shared imports to remove edge runtime warnings (#1924)
Show description for 92727ee
brkalow
authored
92727ee
View commit details
Copy full SHA for 92727ee
View code at this point
Browse repository at this point
Commits on Oct 19, 2023
BREAKING(shared): Revamp package to use subpaths (#1898)
Show description for aa4cd76
LekoArts
authored
aa4cd76
View commit details
Copy full SHA for aa4cd76
View code at this point
Browse repository at this point
Commits on Oct 18, 2023
fix(nextjs): Warn about misplaced middleware file when using auth or getAuth (#1908)
Show description for 6576ac4
nikosdouvlis
and
brkalow
authored
6576ac4
View commit details
Copy full SHA for 6576ac4
View code at this point
Browse repository at this point
Commits on Oct 12, 2023
PLT 155 - Introduce jwt signing js backend (#1786)
Show description for 13e9dfb
Nikpolik
authored
13e9dfb
View commit details
Copy full SHA for 13e9dfb
View code at this point
Browse repository at this point
Commits on Sep 28, 2023
chore(nextjs): Warn about NEXT_PUBLIC_CLERK_FRONTEND_API environment variable deprecation
dimkl
committed
4822b45
View commit details
Copy full SHA for 4822b45
View code at this point
Browse repository at this point
chore(nextjs): Warn about CLERK_API_KEY environment variable deprecation
dimkl
committed
40d655c
View commit details
Copy full SHA for 40d655c
View code at this point
Browse repository at this point
chore(nextjs): Warn about CLERK_JS_VERSION environment variable deprecation
dimkl
committed
08bd343
View commit details
Copy full SHA for 08bd343
View code at this point
Browse repository at this point
chore(nextjs): Add deprecation JSDoc for server constants to be marked as internal
dimkl
committed
1f93d33
View commit details
Copy full SHA for 1f93d33
View code at this point
Browse repository at this point
chore(nextjs): Warn about withClerkMiddleware deprecation
dimkl
committed
0f1e8df
View commit details
Copy full SHA for 0f1e8df
View code at this point
Browse repository at this point
chore(nextjs): Use utilities from @clerk/shared
dimkl
committed
55c8ebd
View commit details
Copy full SHA for 55c8ebd
View code at this point
Browse repository at this point
chore(nextjs): Introduce shared module to contain @clerk/shared related code
dimkl
committed
afebd0b
View commit details
Copy full SHA for afebd0b
View code at this point
Browse repository at this point
Commits on Sep 22, 2023
fix(repo): Fix ESLint errors and use ESLint in lint-staged (#1756)
LekoArts
authored
3ceb2a7
View commit details
Copy full SHA for 3ceb2a7
View code at this point
Browse repository at this point
Commits on Sep 14, 2023
fix(nextjs): Drop subpath import of NextMiddleware type
dimkl
committed
6a1c09a
View commit details
Copy full SHA for 6a1c09a
View code at this point
Browse repository at this point
Commits on Sep 12, 2023
fix(nextjs): Only ignore paths that have a '.' in the final path segment (#1695)
brkalow
authored
64dfbf9
View commit details
Copy full SHA for 64dfbf9
View code at this point
Browse repository at this point
Commits on Sep 6, 2023
fix(nextjs): Information log/warning adapted to apiRoutes
Théo Lubert
authored and
dimkl
committed
5566104
View commit details
Copy full SHA for 5566104
View code at this point
Browse repository at this point
Commits on Sep 1, 2023
feat(nextjs): Clock skew error message (#1661)
brkalow
authored
975412e
View commit details
Copy full SHA for 975412e
View code at this point
Browse repository at this point
Commits on Aug 14, 2023
fix(clerk-js): Pass dev_browser to AP via query param, fix AP origin detection util
Mark Pitsilos
authored and
yourtallness
committed
854aa38
View commit details
Copy full SHA for 854aa38
View code at this point
Browse repository at this point
Commits on Jul 20, 2023
feat(backend): Introduce buildRequestUrl utility and enable CLERK_TRUST_HOST by default
Show description for 4ff4b71
dimkl
authored
4ff4b71
View commit details
Copy full SHA for 4ff4b71
View code at this point
Browse repository at this point
Commits on Jul 14, 2023
fix(backend): Remove getCookie utility function from withClerkMiddleware
Stefanos Anagnostou
committed
90973a4
View commit details
Copy full SHA for 90973a4
View code at this point
Browse repository at this point
fix(nextjs): Use backend isomorphic request in withClerkMiddleware
dimkl
committed
9fa8d52
View commit details
Copy full SHA for 9fa8d52
View code at this point
Browse repository at this point
Commits on Jul 11, 2023
fix(nextjs): Inform when authMiddleware protected a on dev mode
nikosdouvlis
committed
8a022d2
View commit details
Copy full SHA for 8a022d2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.