DokuWiki

It's better when it's simple

User Tools

Site Tools


devel:working_example_of_trustexternal

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
devel:working_example_of_trustexternal [2012-11-14 19:27] 24.18.245.38devel:working_example_of_trustexternal [2012-11-15 01:17] – deleted breaks ach
Line 6: Line 6:
   - You must fill in the $USERINFO array on every page load   - You must fill in the $USERINFO array on every page load
  
-So my solution is to first check the $_SESSION for the previous login. If found, fill the $USERINFO array and return true. Only if this is not found, do we go the database to look for a login.\\ +So my solution is to first check the $_SESSION for the previous login. If found, fill the $USERINFO array and return true. Only if this is not found, do we go the database to look for a login.
-Here is my complete solution. This example checks a mongodb database, but you should be able to easily change this to use any other datastore.\\ +
-\\+
  
-<code auth_mongodb.class.php>+Here is my complete solution. This example checks a mongodb database, but you should be able to easily change this to use any other datastore. 
 + 
 +<code php auth_mongodb.class.php>
 class auth_mongodb extends auth_basic { class auth_mongodb extends auth_basic {
  
devel/working_example_of_trustexternal.txt · Last modified: 2018-08-01 12:14 by java4life

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki