Skip to content

Commit

Permalink
Adds Fullstack Nextjs Auth Tutorial (#18092)
Browse files Browse the repository at this point in the history
* Adds fullstack nextjs auth tutorial draft

* Style fixes

* Adds auth link and fixes create args

* Moves args to args object for shadcn install

* Refactor resend prereq

* Removes unneeded localhost flag

* Removes extra backticks

* Adds description to page code and swaps runs to use package manager agnostic component

* Fix env access to use cloudflare context

* Edits and fixes to resolve issues
  • Loading branch information
mackenly authored Jan 27, 2025
1 parent e1f439e commit 95bd37a
Show file tree
Hide file tree
Showing 2 changed files with 458 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/content/docs/developer-spotlight/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ Applications are currently open until Thursday, the 24th of October 2024. To app

## View latest contributions

<LinkTitleCard
title="Setup Fullstack Authentication with Next.js, Auth.js, and Cloudflare D1"
href="/developer-spotlight/tutorials/fullstack-authentication-with-next-js-and-cloudflare-d1/"
>
By Mackenly Jones
</LinkTitleCard>

<LinkTitleCard
title="Generate Dynamic OG Images using Cloudflare Workers"
href="/workers/tutorials/generate-dynamic-og-images-using-workers/"
Expand Down
Loading

0 comments on commit 95bd37a

Please sign in to comment.