@authapex/nextjs
v0.2.0
Published
A NextJS authentification library for AuthApex platform.
Downloads
197
Readme
AuthApex NextJS
A NextJS authentification library for AuthApex platform.
Libraries used
- axios
How to use
The library requires the following environment variables:
APP_NAME=sample-app
APP_URL=http://127.0.0.1:5173
SESSION_SECRET=123456789
MONGODB_URI=mongodb://user:[email protected]:27017?retryWrites=true&w=majority
MONGODB_DB_NAME=sample-app-dbOptionally, you can set the following environment variables:
DEVELOPMENT=true
AUTH_URL=https://id.authapex.net
AUTH_API_KEY=123456789