https://github.com/engineerapart/authentication
Authentication module for federated identity
https://github.com/engineerapart/authentication
Last synced: 12 months ago
JSON representation
Authentication module for federated identity
- Host: GitHub
- URL: https://github.com/engineerapart/authentication
- Owner: engineerapart
- Created: 2019-03-28T16:27:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T05:58:21.000Z (about 7 years ago)
- Last Synced: 2025-06-18T12:04:35.449Z (about 1 year ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next Passport Authentication
This library provides authentication for [NextJS](https://nextjs.org/). It is tiny (by design) and uses [passport](http://www.passportjs.org/) to authenticate.
There are two components to this module:
1. **server middleware** - configure passport middleware for the web-server.
2. **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.
## Config Object