farcasterxyz / auth-monorepo

Farcaster Auth monorepo
MIT License
42 stars 30 forks source link

add: `with-next-auth-app-router` example #180

Open dylsteck opened 2 months ago

dylsteck commented 2 months ago

Adds examples/with-next-auth-app-router, a clone of the /examples/with-next-auth(now renamed with-next-auth-pages-router) repo that instead uses NextAuth.js 5 and the Next.js App Router. The new example repo features very minimal changes, but might serve as a helpful resource for other developers that want to use this stack in an app router repo.

Motivation

I was personally looking to use this stack for a project and wanted to put the example up in case others find it helpful for their integrations.

Change Summary

Merge Checklist

Choose all relevant options below by adding an x now or at any time before submitting for review

Additional Context

If this is a relatively large or complex change, provide more details here that will help reviewers

deodad commented 2 months ago

thanks @dylsteck!