An open API service indexing awesome lists of open source software.

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.

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
```