sails-auth icon indicating copy to clipboard operation
sails-auth copied to clipboard

Passport-based User Authentication system for sails.js applications. Designed to work well with the sails-permissions module.

Results 62 sails-auth issues
Sort by recently updated
recently updated
newest added

Hi, Created brand new sails project and sails-auth-new --s and sails lift. The warning messages are below. What can we do? Regards gab ====================================== debug: marlinspike (auth): loading Models... debug:...

Hi, Does this hook support Argon2? I can't find any on Google, and ended up here, hoping that someone could enlighten me to the use of Argon2. Regards, Ivan

Hi, This PR passes SAError when user identifier does not exist in the callback function. This would be very helpful especially for debuging when req.flash is not used (API app)....

I installed the generator and started a new project, i chose express and sequlize, after installation of dependencies, i tried to start the app with npm start, but there was...

I am trying to update password ,is there any guide or documentation ?

feature

I just found issue on **sails-auth/api/services/passport.js** on passport.connect for existing user/passport. the issue is on line 134 for saving passport and return user record. On sails 0.12.14 the callback for...

I need to profile and extra data on User, but doesn't want to change User model in module. What i need to do?

I'm wanting to make some changes to the way the local protocol works in particular the login but can't work it out. In my app api > services > protocols...

Unable to load custom protocols because sails-auth now calls loadStrategies before my protocols are loaded. ``` throw new TypeError('JwtStrategy requires a verify callback'); ^ TypeError: JwtStrategy requires a verify callback...

I was building an app using sailsjs and after week ago it was working fine but right now I'm getting this error. I did'nt change anything. The stacktrace is given...