Changes between Version 5 and Version 6 of CookBookShortcutsOpenIDAuthentication


Ignore:
Timestamp:
Jul 14, 2006, 4:51:54 PM (18 years ago)
Author:
ian@…
Comment:

added SVN rep

Legend:

Unmodified
Added
Removed
Modified
  • CookBookShortcutsOpenIDAuthentication

    v5 v6  
    1616    store = openid.store.filestore.FileOpenIDStore (OPENID_DATASTORE_PATH)
    1717    global OID_CONSUMER
    18     OID_CONSUMER = openid.consumer.consumer.OpenIDConsumer (store)
     18    OID_CONSUMER = openid.consumer.consumer.OpenIDConsumer (store)
    1919
    2020initializeOpenID ()
     
    110110</form>
    111111}}}
     112
     113
     114
     115A Implementation of this is available [here http://svn.zyons.python-hosting.com/trunk/zilbo/common/openid/]
Back to Top