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.
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.