Skip to content

Latest commit

 

History

History
12 lines (5 loc) · 490 Bytes

README.md

File metadata and controls

12 lines (5 loc) · 490 Bytes

reviews

a Sails application

To log in, make a post request to /auth/local, with the body parameters: identifier: the username, password: the password.

The admin user credentials default to admin/admin1234. See config/bootstrap.js for other user credentials.

The bootstrap file also contains some example roles and permissions. You can find a full walkthrough of this app here.