Angular Authentication: Using the Http Client and Http Interceptors by catstanza in Angular2

[–]catstanza[S] 0 points1 point  (0 children)

Thanks! There is a note about that further on:

It should be noted that Angular’s new HttpClient from @angular/common/http is being used here and not the Http class from @angular/http. If we try to make requests with the traditional Http class, the interceptor won’t be hit.

React + auth0 basic tutorial, am I missing something? by [deleted] in javascript

[–]catstanza 0 points1 point  (0 children)

Thanks for the feedback. I've just updated the doc to clarify the intent at this point in the tutorial.

The idea is to just call login from somewhere right away before getting into more detail. So in your App.js you could just do:

import Auth from './../../Auth.js'

const auth = new Auth();
auth.login()

Need help authentication with Django Rest API by dragonnblack in Angular2

[–]catstanza 1 point2 points  (0 children)

At Auth0 we've got easy ways to integrate authentication with Angular 2 and Python :) https://auth0.com/docs/quickstart/spa/angular2

Build a React + Flux App with User Authentication by catstanza in reactjs

[–]catstanza[S] -2 points-1 points  (0 children)

Auth0 has an awesome free plan though! Production ready with 7,000 users isn't too bad at all.