angular2-jwt Questions

4

Solved

I am trying to use the Auth0 for social login but I keep getting an exception of an undefined reference. This is the authentication service import { Injectable } from '@angular/core'; import { to...
Querida asked 4/12, 2016 at 10:5

5

Solved

Currently I used this static code in component .ts file but this one is not work. It returns unauthorized(401). But when I pass token as query string it works fine. Please give a working example fo...
Atomics asked 23/9, 2018 at 16:30

4

Solved

I am struggling with the angular2-jwt documentation for rc5 Here is my NgModule import { AuthHttp } from 'angular2-jwt'; @NgModule({ imports: [ BrowserModule, routing, HttpModule, Forms...
Marquardt asked 2/9, 2016 at 13:49

1

At least I thought I was providing correctly. Below are the relevant snippets of my app.module file and the service in which I use AuthHttp. I followed the configuration in the ReadMe for creating ...
Aggrandize asked 27/4, 2017 at 22:30

1

Solved

im really new on Angular 2 and i want to use JWT on my project. So i follow the instructions exactly where a give from the official page of angular2-jwt using the basic configuration. I create a f...
Detainer asked 22/3, 2017 at 20:56

1

after updating my project to angular 2 final i had a problem getting WebApi2 authoriaztion to work with IdentityServer3 and angular2-jwt. Before everything worked fine when in angular2-jwt configu...

5

I am using Angular 2.1.2. I have an authentication token (using angular2-jwt) and if it expires my webApi call fails with a 401 error. I am looking for a solution where the user will not lose any ...
Tripe asked 4/11, 2016 at 17:4
1

© 2022 - 2024 — McMap. All rights reserved.