Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce Keyless docs and updated Next.js quickstart #1699

Open
wants to merge 55 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
23e099f
start draft
mwickett Nov 12, 2024
7592563
remove specific code sandboxes for now
mwickett Nov 13, 2024
782731d
Remove codesandbox section
mwickett Nov 25, 2024
f535b87
update to keyless
mwickett Nov 25, 2024
ae9a80e
remove redwood reference
mwickett Nov 25, 2024
e93e616
fix heading
mwickett Dec 2, 2024
b72a482
copy update
mwickett Dec 10, 2024
8f17db6
copy update
mwickett Dec 10, 2024
c7411b7
copy update
mwickett Dec 10, 2024
95482d0
copy update
mwickett Dec 10, 2024
cb0ad09
copy update
mwickett Dec 10, 2024
0c37dfb
add images and update copy
mwickett Dec 13, 2024
80f0d56
update images
mwickett Dec 13, 2024
13ddc22
oxford comma
mwickett Dec 13, 2024
63aec2e
update description
mwickett Dec 13, 2024
87cf5d9
Update docs/keyless.mdx
mwickett Dec 16, 2024
a63657c
update images and address feedback
mwickett Dec 16, 2024
cd39ba6
Merge branch 'main' into mw.accountless
panteliselef Jan 13, 2025
d754879
feat: Update nextjs quickstart for keyless (#1870)
panteliselef Jan 13, 2025
61b6397
Add keyless to manifest
panteliselef Jan 13, 2025
be82378
add link to nextjs quickstart
panteliselef Jan 13, 2025
d118e4e
edit
victoriaxyz Jan 13, 2025
e9fd9b7
Merge branch 'main' into mw.accountless
victoriaxyz Jan 13, 2025
0f72fed
remove backticks
victoriaxyz Jan 13, 2025
23b8cad
Merge branch 'main' into mw.accountless
victoriaxyz Jan 14, 2025
494ddac
Merge branch 'main' into mw.accountless
victoriaxyz Jan 14, 2025
6cc82f9
Update docs/keyless-mode.mdx
victoriaxyz Jan 14, 2025
33a9de0
fix
victoriaxyz Jan 14, 2025
d305f85
chore: Replace env with npm tag
panteliselef Jan 15, 2025
a842ec6
chore: Replace opting in with opting out
panteliselef Jan 15, 2025
0717fab
chore: Remove duplicate line
panteliselef Jan 15, 2025
24a9b8f
formatting
panteliselef Jan 15, 2025
a128a0e
change keyless slug
mwickett Jan 15, 2025
9118b57
split out keyless quickstart
mwickett Jan 15, 2025
1d3c3be
link to keyless quickstart
mwickett Jan 15, 2025
b99b7aa
lint nextjs quickstart
alexisintech Jan 15, 2025
01f5193
code review
alexisintech Jan 15, 2025
2c09cb0
adjust quickstart
mwickett Jan 16, 2025
cc4df49
simplify further
mwickett Jan 17, 2025
2046154
remove reference to env file
mwickett Jan 17, 2025
434ed9a
update slug
mwickett Jan 20, 2025
0e6977b
use snapshot and remove pages router
mwickett Jan 20, 2025
2dac5c5
stub in section on unclaimed apps
mwickett Jan 20, 2025
cf4653f
update snapshot
mwickett Jan 21, 2025
4eaf03e
update snapshot
panteliselef Jan 21, 2025
6c87fa8
update steps
mwickett Jan 21, 2025
20c6922
update snapshot
panteliselef Jan 22, 2025
235452e
mark line numbers
mwickett Jan 22, 2025
d6de1e6
fix highlighting, naming
mwickett Jan 22, 2025
8e25a74
use sign-in and sign-up
mwickett Jan 22, 2025
336f9d3
remove example repos
alexcarpenter Jan 22, 2025
7608aa7
update snapshot
panteliselef Jan 23, 2025
82e3e51
change to sign-up
mwickett Jan 23, 2025
827644f
set fixed height on header
mwickett Jan 23, 2025
b41488a
update snapshot
panteliselef Jan 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
formatting
  • Loading branch information
panteliselef committed Jan 15, 2025
commit 24a9b8f2b72ec9a810a4493478d8fd6a280aa087
1 change: 1 addition & 0 deletions docs/keyless-mode.mdx
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@ When no [Clerk keys](/docs/deployments/clerk-environment-variables#clerk-publish
## How do I opt-out?

Set `NEXT_PUBLIC_CLERK_KEYLESS_DISABLED` in your `.env.local` file.

```env {{ filename: '.env.local' }}
NEXT_PUBLIC_CLERK_KEYLESS_DISABLED=1
```
Loading