Open1

Next.js 13系とAuth0の連携周りの情報調査

まさぴょん🐱まさぴょん🐱

Next.js 13系(appディレクトリ) ✖️ Auth0の連携

調査の意図 (Summary)

  • pagesディレクトリとappディレクトリだと実装が変わるため、Next.js 13系(appディレクトリ)とAuth0の連携周りの情報調査を実施する。

調査結果 & 参考情報

  • appディレクトリで、Auth0を実装できないことはないけど、pagesディレクトリほどサポートがされておらず、これからの状態。。。

https://github.com/auth0/nextjs-auth0/issues/889

https://github.com/auth0/nextjs-auth0

https://stackoverflow.com/questions/74849312/how-to-add-auth0-authentication-to-a-nextjs-13-application

https://stackoverflow.com/questions/75818939/how-can-useuser-in-the-auth0-nextjs-auth0-library-lookup-a-user-without-readin

https://qiita.com/ricemountainer/items/4b43c7c699bc74d1b84d

https://zenn.dev/knaka0209/articles/be741377b9fde6