@engineerapart/authentication
v0.0.8
Published
authentication libraries for Node
Downloads
22
Keywords
Readme
Next Passport Authentication
This library provides authentication for NextJS. It is tiny (by design) and uses passport to authenticate.
There are two components to this module:
- server middleware - configure passport middleware for the web-server.
- client library - autenticate and get credentials for client.
Setup
To use this module, both the server and client needs to be setup. Look at the example to see how it must be used.