angular2-authentication-sample icon indicating copy to clipboard operation
angular2-authentication-sample copied to clipboard

This is a sample that shows how to add authentication to an Angular 2 (ng2) app

Results 29 angular2-authentication-sample issues
Sort by recently updated
recently updated
newest added

in my project when I logout my profile then got to login page but when I clicked on forgot password component then url link update but component not open until...

the Request Header has authorization, but response content : UnauthorizedError: jwt audience invalid. expected: undefined ![qq 20170728144447](https://user-images.githubusercontent.com/273957/28705990-c747118e-73a4-11e7-9b85-8b91ac390de6.png) ![qq 20170728144603](https://user-images.githubusercontent.com/273957/28706000-d33a1518-73a4-11e7-8dd5-446d65266df9.png)

I have run the server locally on port 127:0.0.1:3001, but can't open the page, is it the right url to load the angular.js application ?

Alternative way to authenticate with Auth0 lock.

Hi, Do you have an idea about implementing social providers using JWT tokens? How would you do that in this application? Btw, very nice blogposts about JWT and authentication in...

When i update angular to beta9, i got an error: `ORIGINAL EXCEPTION: Primary outlet is already registered.BrowserDomAdapter.logError @ angular2.dev.js:23597ExceptionHandler.call @ angular2.dev.js:1269(anonymous function) @ angular2.dev.js:12576NgZone._notifyOnError @ angular2.dev.js:13620collection_1.StringMapWrapper.merge.onError @ angular2.dev.js:13524Zone.run @ angular2-polyfills.js:1247(anonymous...

Upgrade to Angular 2 final and update articles section in readme

When I run "npm start", I see a lot of build messages, and then it keeps hanging on "webpack: bundle is now VALID.". The build directory is not created and...