/next-auth-with-identityserver4

Next auth example for IdentityServer4

Primary LanguageC#MIT LicenseMIT

About this solution

This is a minimalist, non-layered startup solution with the ABP Framework. All the fundamental ABP modules are already installed.

How to run

The application needs to a database. Run the following command in the NextAuthApp directory:

dotnet run --migrate-database

This will create and seed the initial database. Then you can run the application with any IDE that supports .NET.

Happy coding..!