On Jul 1, 6:20 pm, Aaron Watters <[email protected]> wrote:
> Hi folks.
>
> I added repoze.who based authentication as a standard
> distributed component of the WHIFF WSGI infrastructure.
> Please have a look at the tutorial at
>
> This provides a fairly generic way to add standard authentication
> to any mod_wsgi application, or part of an application.
> I think using the WHIFF/who interface is easier and more
> flexible than using either apache config mechanisms or
> repoze.who directly.  Let me know if you disagree and
> explain why.
>
> http://aaron.oirt.rutgers.edu/myapp/docs/W1100_1500.who
>
> This will be released as part of the next WHIFF beta
> probably in the next few weeks. For now code is available
> at the WHIFF mercurial repository.
>
> Please comment either on this list or in the "comments"
> below the tutorial.
>
> If this message is inappropriate for this list, please scold me
> privately.
>

I am sooooo against template languages of any kind sorry

{{env whiff.content_type: "text/html"/}}
<h1>Index page for authentication test directory</h1>
{{include "who"}}
    {{include "onStatus"}}
         {{using loggedIn}}

Is it not possible to develop a WHIFF java script library so you can
use plain xhtml css and js pages

For example I use a very very simple cookie authentication mechanism
like this
http://code.google.com/p/appwsgi/source/browse/trunk/appwsgi/www/lib/session.js

also look at
http://stackoverflow.com/questions/491914/pure-javascript-code-for-http-basic-authentication


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"modwsgi" 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/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to