147 Views
In [JSON Web Token Authentication with Django and AngularJS: Part One](https://javascriptkicks.com/r/2406?url=http://jamesbrewer.io/2014/09/22/json-web-token-authentication-part-one/), we discussed what JSON web tokens are and implemented the serializers and views Django requires to make JSON web token authentication possible. Now we will create the server-side templates for our application and work on the services and interceptors we will need for authenticating and retrieving users.
0 comments