This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
Releases: kasperisager/sails-generate-auth
Releases · kasperisager/sails-generate-auth
v0.3.1
Bump version to 0.3.1
v0.3.0
Bump version to 0.3.0.
v0.2.0
v0.1.6
v0.1.5
Changes
v0.1.4
Changes
#27: Fix bug where Passport didn't save
v0.1.3
v0.1.2
v0.1.1
Tweak package.json
v0.1.0
Initial release of the Authentication generator: A Passport.js-based authentication generator for use with the Sails command-line interface.
Behind the scenes, the service uses the concept of "Passports" to store everything related to user authentication. This allows you to keep your own models free of authentication-related bloat as well as help you optimize your application as the data is queried separately only when authentication happens.