https://github.com/cuongndc9/node-sails-auth
💉 Implement Passport.js authentication with Sails.js.
https://github.com/cuongndc9/node-sails-auth
103cuong auth authentication node node-sails nodejs passport-authentication sails sailsjs
Last synced: 10 months ago
JSON representation
💉 Implement Passport.js authentication with Sails.js.
- Host: GitHub
- URL: https://github.com/cuongndc9/node-sails-auth
- Owner: cuongndc9
- Created: 2019-04-29T17:16:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T14:21:37.000Z (over 6 years ago)
- Last Synced: 2025-01-21T21:32:33.040Z (12 months ago)
- Topics: 103cuong, auth, authentication, node, node-sails, nodejs, passport-authentication, sails, sailsjs
- Language: JavaScript
- Homepage:
- Size: 348 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-sails-auth
💉 Implement Passport.js authentication with Sails.
## Quick start
First, you need to install `Sails`:
```sh
$ yarn global add sails
```
Install dependencies for this project:
```sh
$ yarn
```
Run this project:
```sh
$ sails lift
```