Changeset 231773
- Timestamp:
- 04/21/2010 08:02:33 PM (16 years ago)
- File:
-
- 1 edited
-
wp-passport/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-passport/trunk/readme.txt
r231652 r231773 7 7 Stable tag: 0.2 8 8 9 Places user information in the global session for use in other applications on the same domain. 9 Places user information in the global session for use in other applications on the same domain. Currently used by a Crossley Framework (http://bit.ly/18hJsP) Auth module. May require WP and app be installed on the same server. 10 10 11 11 == Description == 12 12 13 Places user information in the global session for use in other applications on the same domain. 13 Places user information in the global session for use in other applications on the same domain. Currently used by a Crossley Framework (http://bit.ly/18hJsP) Auth module. When used, a unauthenticated user can request an application page outside WP that requires authentication. The module then forwards teh person to the WP Login page, which once authentication is finished, forwards the user back to the initial requested page. Then the application can peer into who the user is as far as WP is concerned and decide what to do from there. 14 14 15 15 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.