The example repository is maintained from a monorepo. Pull Requests should be opened against
nextauthjs/next-auth
.
Open Source. Full Stack. Own Your Data.
This is an example application that shows how to integrate lightning login to next-auth
.
Node.js Yarn Lightning wallet with login support (this project was tested with Alby)
git clone https://github.com/silencesoft/lightning-next-auth-example
cd lightning-next-auth-example
yarn
Copy the .env.local.example file in this directory to .env.local (which will be ignored by Git):
cp .env.local.example .env.local
Update with your values.
To run your site locally, use:
yarn dev
ISC