Re: Need help on token-based authentication

2014-02-06 Thread Calvin Chen
Hi Rahul Gaur, Thanks for your answer. I will definitely take a look at the gist and repositories that you provided. Hopefully, it will gives me some ideas. :-) Thanks a lot. Kind Regards, Cheng On Thursday, February 6, 2014 6:03:03 PM UTC+8, Rahul Gaur wrote: > > Hi , > You can take a look

Re: Need help on token-based authentication

2014-02-06 Thread Rahul Gaur
Hi , You can take a look at the following GIST : https://gist.github.com/aregee/6310787 I have two projects , that implement the Token based authentication. I have used Django Tastypie for rolling out the RESTful apis and since tastypie offers ApiKeyAuthentication() method , on the client side I ha