angular-passport icon indicating copy to clipboard operation
angular-passport copied to clipboard

AngularJS + Express application that demonstrates: Authentication with Passport, CRUD interface for creating posts with mongoDB, server and client validations for account creation, and authorization f...

Results 9 angular-passport issues
Sort by recently updated
recently updated
newest added

Looks like this project has fallen by the wayside. Any plans to keep it going?

As you can see on your live demo at http://angular-passport.herokuapp.com/login the user image url is broken. So this a valid one ;)

From this error 'npm ERR! peerinvalid The package karma-requirejs does not satisfy its siblings' peerDependencies requirements!'. I have to change karma-requirejs from ~0.1.0 to ~0.2.0 and run npm install again

the version 0.1.0 can't npm install success.

Can not install npm dependencies without changing karma-requirejs version on package.json

I noticed that you had `app.use(app.router)`. However, this will give traceback when logging errors: ``` Error: 'app.router' is deprecated! ``` I think you can use `express.Router();` instead

I relied heavily on this boilerplate project to set up my first Angular/Express app: thank you! I've run into a problem on my project where sometimes I'll go to a...

Hi, thanks for your work. Is it possible to integrate this in your project? Or there is already a tutorial on the web for this? https://auth0.com/blog/2014/01/07/angularjs-authentication-with-cookies-vs-token/