As of right now, I've been writing my applications without regard to
authentication because I'm going to need to write a moderately complex
authentication back end for interfacing with Active Directory/LDAP and
KEYS (some customish authentication framework that's in use here at
Kansas State).
My question is kind of simple: should I start on this portion of the
project? Is the identity framework going to remain stable in (at
least) the medium term such that custom SOProviders and such are going
to keep working? Is the code for Identity at a happy place that heavy
customization makes sense?
Thank you for your time,
Travis Bradshaw
c.travis...@gmail.com
this applies to everything and not only identity: no API changes will
happen in the 1.0 branch, only bug fixing.
The trunk is open for 1.1 features, but IIRC 1.1 will not ship before
the end of this summer.
Ciao
Michele
I was wondering how the TG developers (Jeff especially) would consider
the relative stability of the Identity module at this point?
I was considering extending the visit framework to include a "remember
me" feature, as described here:
http://fishbowl.pastiche.org/2004/01/19/persistent_login_cookie_best_practice
How does this sound? Would you agree a visit plugin is the way to go on this?
Thanks -- Andy
After investigating a little more, it looks like I should just bump
the tg_visit expiry to way in the future, and problem solved with no
further code needed :)
-- Andy
After investigating a little more, it looks like I should just bump
the tg_visit expiry to way in the future, and problem solved with no
further code needed :)
Generally speaking, it sounds like this is probably stable enough for
me to get started. Thank you for the commentary, everyone.
-- Travis
Thanks for your guidance, I will pursue that approach.
Regards -- Andy