Last updated February 3, 2008
This is one snippet and two chunks that together implement OpenID authentication for the front-end of a MODx website. AuthOpenID provides a small login widget that is easily added to one of your page templates. It also seamlessly integrates with the MODx web user management system, meaning all MODx user functions apply to OpenID users as well.
AuthOpenID supports OpenID 1.1 and the Simple Registration extension. It also supports logins with iNames.
AuthOpenID uses a modified version of the Simple OpenID PHP implementation, meaning it does not support OpenID stateful authentication.
AuthOpenID requires the PHP CURL module, and works with all known versions of MODx, as of 0.9.6.
If you encounter any problems or need to report a bug, please contact john at extremeswank.com.
To see this Snippet at work, go to Three Pound Films.
Download the .txt file and follow the simple instructions.