Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 551 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 551 Bytes

NextJS BankID

This is a simple Next.js project showing you how to integrate BankID authentication to your app. I have included test certificates in the cert folder but I advise you to go to the BankID Developer Website and get your own certificates.

Getting Started

First, simply install the packages:

npm i

Next, run the development server:

npm run dev

Open http://localhost:3000/auth with your browser to see the result.