librelist archives

« back to archive

GeoNode application mapped behind auth

GeoNode application mapped behind auth

From:
Ben
Date:
2011-12-21 @ 08:54
I would like a url (e.g. http://MyGeoNodeIP/MyApplication) to be only 
accessible when a user is logged into GeoNode. How can this be done?
Ben

Re: [geonode] GeoNode application mapped behind auth

From:
Ariel Nunez
Date:
2011-12-21 @ 14:45
Hey Ben,

This is what you are looking for: the login_required decorator [1].

Ariel.

[1] 
https://docs.djangoproject.com/en/dev/topics/auth/#the-login-required-decorator

Re: [geonode] GeoNode application mapped behind auth

From:
Ben
Date:
2011-12-21 @ 15:10
Thanks Ariel, and happy holidays to you and your family!
Ben


On Dec 21, 2011, at 3:45 PM, Ariel Nunez wrote:

> Hey Ben,
> 
> This is what you are looking for: the login_required decorator [1].
> 
> Ariel.
> 
> [1] 
https://docs.djangoproject.com/en/dev/topics/auth/#the-login-required-decorator