Skip to content

SaimirKapaj/nextjs-auth-identityserver4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Next.js and NextAuth.js project using IdentityServer4 as a Authentication Provider.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000

Environment variables

Update the environment variables:

NEXTAUTH_URL: ''
IdentityServer4_ID = ''
IdentityServer4_NAME = ''
IdentityServer4_SCOPE = ''
IdentityServer4_DOMAIN = ''
IdentityServer4_CLIENT_ID = ''
IdentityServer4_CLIENT_SECRET = ''

About

Next.js authentication using Identity Server 4

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published