Hi I am noob looking to expand my knowledge base outside of heavily managed 
services like Parse.
I have done a few jobs in Parse, but I am looking for something that is 
more flexible and cheaper to use as an App Backend.
I think the GAE is a good stepping stone, but I keep coming across the 
issue of Authentication.


First it appears that there is no out of the box easy way to do a simple 
username and password login.
-It seems like the best approach to this is using Django
--Is there an equivalent framework in Java that is GAE compatible?

Second it appears if you using your own Login system you can't use the 
builtin Auth with Google Cloud End Points
-So it seems if you want to use the builtin Auth with cloud end points and 
still maintain control of your user login I would need to host my own 
Oauth2 Service.
--Is there a way for me to host my own Oauth2 Service inside of the GAE?
--This seems like how AWS works, should I consider just starting on their 
system instead of GAE?

Thanks for reading :)

*-Side note*
*I have been Googling and researching this for about two days now and am 
surprised at the communities lack of support for non Google or non major 
Oauth user authentication in GAE.*
*It is out of the question for many of my clients to not have self 
authentication for their apps/sites.*
*So having an easy solution is important for me as I learn how to use a 
more powerful and complicated service. (pardon my noob, I have only been 
coding for a year or so)*

*Also a lot of people respond negatively saying users don't want another 
account to remember, users don't want to trust you with their password, and 
you shouldn't want the responsibility.*
*But none of that is true, every app I have worked on when given an option 
more users use username/password than a third party Oauth provider.*
*Thus having the option is curial.*
*Also its not unreasonable for a client to not want to rely on a major 
third party to authenticate their user base.*
*I understand that this is putting more responsibility on me, but if the 
app is a simple little thing I imagine the users use a simple little 
password. *

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to