Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softspiders/next-passport-oauth-google-email-nedb
https://github.com/softspiders/next-passport-oauth-google-email-nedb
auth authentication email google mail nedb next next-auth nextjs oauth oauth2 passport softspider softspiders ss template zeit
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/softspiders/next-passport-oauth-google-email-nedb
- Owner: softspiders
- Created: 2019-03-12T02:46:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T07:11:53.000Z (about 2 years ago)
- Last Synced: 2024-04-23T22:43:27.800Z (10 months ago)
- Topics: auth, authentication, email, google, mail, nedb, next, next-auth, nextjs, oauth, oauth2, passport, softspider, softspiders, ss, template, zeit
- Language: JavaScript
- Size: 1.17 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[SOFTSPIDERS](https://github.com/softspiders/softspiders)
# next-passport-oauth-google-email-nedb
This example combines:
- [Next.js](https://github.com/zeit/next.js/)
- [NeDB](https://github.com/louischatriot/nedb)
- [OAuth 2.0](https://oauth.net/2/)
- [Passport](http://www.passportjs.org/)---
## Feature tags
- nedb
- next
- next-auth
- oauth
- passport
- start
- template
- zeit---
## Direct ancestors
- [Minimalistic Next.js example](https://github.com/softspiders/nextjs)
---
## Install
```sh
yarn
```## Running dev-mode
```sh
yarn dev
```---
## Authors
* [Iain Collins](https://github.com/iaincollins) - original code
* [Alexander Lapygin](https://github.com/AlexanderLapygin) - cutting to google and catching in [Soft Spiders Net](https://github.com/softspider)## Inspired by
---
[iaincollins/next-auth - An authentication library for Next.js projects](https://github.com/iaincollins/next-auth)
### License
Licensed under the [MIT license](./LICENSE).