"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:

How in the hell can I secure access to those?

Again: you'll have to write a handler and make that handler secure the
contents.
I must admit to being an Apache noob.  Is there any way to integrate
the .htaccess mechanism with a cookie supplied by my TG app?  Apache
doesn't even have to care who the user is logged in as, only that
they're logged in?  As such, I could imagine supplying, in a cookie, a
time-coded hash from my TG app.  And then using some mechanism in
Apache to validate the hash value against the current time.

There are modules for Apache to access SQLite, MySQL, PostgreSQL... databases.

You'll have to code your authentication mech to use the one that suits your
application.
Any ideas?

Separate the applications. :-)

--
Jorge Godoy      <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to