Saturday, April 23, 2016

Re: Authentication for mobile apps

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.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c7f9e1d9-a12f-41ef-a325-97c83ca68eb0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment