[Phplib-users] on auth
Brought to you by:
nhruby,
richardarcher
From: Giancarlo <gia...@na...> - 2002-09-24 22:39:08
|
May I recall Kristian Kohentopp's comments about actual auth oddities? http://sourceforge.net/mailarchive/forum.php?thread_id=875358&forum_id=808 <snip> >- what is > the use of the auth['uid']='form' status, if not better > security? Koehntopp PHPLIB was programmed with interstitial (blocking) authentication in mind. The state machine is really only useful for that, and little else. Default Auth and auth_preauth() were added as an afterthought in Koehntopp PHPLIB, and are really cluttering up the Auth process. The whole thing should be redesigned, and using a sidebar login and default authentication as the main model, as this is much more common and useful than the original interstitial auth. </snip> Has anyone tried my new auth at http://sourceforge.net/tracker/index.php?func=detail&aid=561500&group_id=31885&atid=403613 Sorry to insist anyway, but that would solve many problems, and is perfectly compatible. Gian |