[google-appengine] force login to myapp on GAE

2010-10-06 Thread Will
Hi,

Is there a way to require/force a user to login before they get access
to an application running on GAE?
Currently it seems access is available to anyone with the URL.

I don't wish to run this on a Google Apps Domain as I require a SSL
connection.

It is probably possible that it could be done programmatically
onModeuleLoad() if users were previously added to DB? This would be
more of a hack though

Any suggestions?

Thanks,
Will

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] force login to myapp on GAE

2010-10-06 Thread Robert Kluin
For Python:
http://code.google.com/appengine/docs/python/config/appconfig.html#Requiring_Login_or_Administrator_Status

For Java (YAML):
http://code.google.com/appengine/docs/java/configyaml/appconfig_yaml.html#required

For Java (XML):
http://code.google.com/appengine/docs/java/config/webxml.html#Security_and_Authentication



Robert





On Wed, Oct 6, 2010 at 06:27, Will shatner.will...@gmail.com wrote:
 Hi,

 Is there a way to require/force a user to login before they get access
 to an application running on GAE?
 Currently it seems access is available to anyone with the URL.

 I don't wish to run this on a Google Apps Domain as I require a SSL
 connection.

 It is probably possible that it could be done programmatically
 onModeuleLoad() if users were previously added to DB? This would be
 more of a hack though

 Any suggestions?

 Thanks,
 Will

 --
 You received this message because you are subscribed to the Google Groups 
 Google App Engine group.
 To post to this group, send email to google-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.