Re: Django : DRF Token based Authentication VS JSON Web Token

2015-07-23 Thread Gergely Polonkai
Hello, after a quick read I cannot find any essential differences between the two, in regards of authentication. JWT, however, is much more fine grained and has a bunch of token manipulation options. Best, Gergely On 24 Jul 2015 03:01, "Ankit Agrawal" wrote: > >Hi

Django : DRF Token based Authentication VS JSON Web Token

2015-07-23 Thread Ankit Agrawal
Hi everyone, I am building a real world application where users will access the app primarily from Android, iOS devices as well as Desktops. >From my elementary research, I have realized that token based authentication mechanism is more better and elegant for client-server models