Authentication for mobile apps

21 views
Skip to first unread message

Deep Shah

unread,
Apr 22, 2016, 9:11:07 AM4/22/16
to Django users
I am new to Django. I want to know how does authentication work for mobile apps. How do I keep the user logged in? Is there any in-built way in Django to manage tokens or something similar for mobile apps?

Camilo Torres

unread,
Apr 23, 2016, 7:14:53 PM4/23/16
to Django users
On Friday, April 22, 2016 at 8:41:07 AM UTC-4:30, Deep Shah wrote:
I am new to Django. I want to know how does authentication work for mobile apps. How do I keep the user logged in? Is there any in-built way in Django to manage tokens or something similar for mobile apps?

Hi,
1. If you are talking about 'native' mobile apps, like Android apps or iOS apps, these apps have nothing to do with django. These apps have their own authentication systems you should investigate for each platform.
1. If you are talkin about 'mobile web apps', these are apps running in a webserver and accessed through a web browser. Being run in a web server means you can use django and you can use the same authentication mechanism used for desktop web apps. There is no difference.
Reply all
Reply to author
Forward
0 new messages