Authentication Upgrades

Posted by the ManGeek

Wednesday, August 10th 2005 7:22 am CDT

I've updated the code for the authentication class [mangeek.com] posted in my portfolio, correcting a few bugs and adding the much-needed extendability options! The class can now be setup with an extended class to do all of the necessary configuration and I've included an example extension class.

The biggest bug to be fixed was that not the whole URI was processed when building the final redirect URL so in cases where the URI contains commands to the script (for example, some may have noticed that my blog URIs /blog/##.html actually just call a script called blog) the redirect might not include the details. It just redirected to the script file itself upon success.

As it is, that bug is fixed. Also I upgraded the debug function to go into a commented variable when set to make it easier to look at many aspects of the setup. You can check out the change in the private function showsetup().

Trackback URL: http://www.mangeek.com/blogc/34track.html

Comments (0)

Add Comment

Name:
Subject:
Comment:

Note: HTML is allowed but limited to the following: <a>, <p>, <br>, <em>, <strong>, <b>, <i>, <blockquote>, <ol>, <ul>, and <li>.

 

No Comments

Posted by: ...

Tuesday, January 6th 2009 7:39 am CST

 

No comments on file...