Changes between Version 5 and Version 6 of CookBookShortcutsOpenIDAuthentication
- Timestamp:
- Jul 14, 2006, 4:51:54 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBookShortcutsOpenIDAuthentication
v5 v6 16 16 store = openid.store.filestore.FileOpenIDStore (OPENID_DATASTORE_PATH) 17 17 global OID_CONSUMER 18 18 OID_CONSUMER = openid.consumer.consumer.OpenIDConsumer (store) 19 19 20 20 initializeOpenID () … … 110 110 </form> 111 111 }}} 112 113 114 115 A Implementation of this is available [here http://svn.zyons.python-hosting.com/trunk/zilbo/common/openid/]