Need help with custom authentication in the Google App Engine using Python

0 votes
Hi all, with regard to the above topic, I hope I made my point. I want to know if there is any way I can learn how to create a custom authentication process using the Google App Engine and Python together.

I do not want to use any Google accounts or anything of similar sorts for authentication and I want to make sure that I should be able to create my own users for the same.

I am open to options. If not Google App Engine, then are there any other resources on how I can go ahead with this to implement the authentication I need using Django and Python?

All help appreciated!
Jan 21, 2019 in Python by Anirudh
• 2,080 points
1,164 views

1 answer to this question.

0 votes
Good question. Django 1.0 was updated recently on the Google AppEngine so you can go ahead and use it now. But do note that you can make user authentication like a common session so you cannot make use of the session but of its sheer size.

You can make use of the session utilities available in the official documentation and I am sure it'll be a smooth ride from there.

Or if you are looking to authorize users for some external data access features then you can look at OAuth as well which is mainly meant for external application access.

Create your own session to store your own data and it should be fine.

Hope this helps!
answered Jan 21, 2019 by Nymeria
• 3,560 points

Related Questions In Python

0 votes
1 answer

Need help with Tkinter window formatting using Python

Tkininter comes with the columnspan argument to span the labels ...READ MORE

answered Sep 7, 2018 in Python by aryya
• 7,450 points
631 views
0 votes
1 answer

How can I lookup hostname using the IP address with a timeout in Python?

Good question. I actually was stuck with ...READ MORE

answered Feb 6, 2019 in Python by Nymeria
• 3,560 points
2,237 views
0 votes
1 answer

Need help with making use of Pluck in Python

Hi, good question. Easy solution to be ...READ MORE

answered Jan 24, 2019 in Python by Nymeria
• 3,560 points
1,459 views
0 votes
1 answer

Need help using Joins in Pandas using Python

Hi, there is one scenario where the ...READ MORE

answered Jan 24, 2019 in Python by Nymeria
• 3,560 points
443 views
0 votes
1 answer
–1 vote
1 answer
0 votes
1 answer

Need help checking the validity of an image file in Python

I went through the Python documentation and ...READ MORE

answered Jan 18, 2019 in Python by Nymeria
• 3,560 points
1,924 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP