Re: Create Django token-based Authentication

2015-01-30 Thread François Schiettecatte
I wonder if OAuth would help you, see http://oauth.net François > On Jan 30, 2015, at 8:22 AM, Collin Anderson wrote: > > Hi, > > What happens when you try? :) > > Your setup is pretty complicated, but I don't know if REST framework will > help much. > > Collin > >

Re: Create Django token-based Authentication

2015-01-30 Thread Guilherme Leal
Django REST Framework already implements token authentication (check this out). The rest of the logic is preaty much implementation by the "client" site. But if you do

Re: Create Django token-based Authentication

2015-01-30 Thread Collin Anderson
Hi, What happens when you try? :) Your setup is pretty complicated, but I don't know if REST framework will help much. Collin On Tuesday, January 27, 2015 at 12:00:59 AM UTC-5, Hossein Rashnoo wrote: > > I have my authentication service on django. I want to role as web-service > to gave

Create Django token-based Authentication

2015-01-26 Thread Hossein Rashnoo
I have my authentication service on django. I want to role as web-service to gave other website a token and authenticate users with that token. This is my scenario: 1. user visit external website and try to login 2. when hit the login button that website redirect user to my site to