Skip to content

dragonscale-ai/ory-nextjs14

Repository files navigation

This guide shows how to integrate authentication powered by Ory into a Nextjs 14 application.

Getting Started

First, create a .env.local file using the .env.local.template file as a template.

Install packages by running the following command:

npm install

Start Ory tunnel using Docker (you will be asked to login with your Ory account):

docker run -it -p 4000:4000 -e ORY_PROJECT_SLUG={project-slug} oryd/ory tunnel --dev http://localhost:3000

Then, run the development server:

npm run dev

About

Example of integrating Ory with Nextjs 14.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published