On Thu, Feb 14, 2008 at 4:40 PM, percious <[EMAIL PROTECTED]> wrote:

>
> This is really awesome work Kevin, and very timely.  Are you
> separating this work out as a googlecode project or is it part of the
> tg svn?
>
> Also, is it possible to run this if TG1 was running on WSGI?  In terms
> of support, it would be great if it was backwards compatible.
>
> I am looking forward to using this on Grok.
>
> -chris
>

Yeah, I was trying to work on Docudo (the next generation) as a sort of
testbed app for TG2, and I just couldn't get past the lack of identity in
TG2.  I looked at some of the other WSGI auth toolkits, but they just didn't
satisfy.  So I waited for someone to build TG2 identity...and they didn't,
so eventually I just picked up the ticket and ran. (though it feels like I'm
running through molasses the last couple of weeks..I can't wait to get this
code out of my head!)

Hmmm...I hadn't considered using it with TG1. And I haven't yet run a TG1
app under WSGI.
So I guess the answer to that one is...maybe?  The plan is to make it depend
only on beaker and WebOb, but early versions might depend on pylons (mine
does right now, but only in one tiny line of code)


Big things to do:
- hook into the paste config system...probably will shamelessly swipe ideas
from beaker (beaker's source is beautiful)
- figure out all the setuptools magic I want to happen, though I guess it's
not strictly necessary
- fill out the infrastructure a bit to support what I want to do for the
"TG2 Scheme"
- write the "TG2 scheme"
- write other schemes (httpbasic kinda works now, need httpdigest, OpenID,
etc.)
- write tests...not entirely sure how to go about testing this thing
- write docs


The code right now is pretty much on my desktop PC...getting it up on an SVN
repos is one of the tasks I hope to accomplish this weekend.  Not currently
part of TG svn.  I think it probably shouldn't be, but if others have
opinions, let's hear em.

Kevin Horn

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

Reply via email to