diff options
author | cash <cash.costello@gmail.com> | 2011-12-17 21:35:27 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-12-17 21:35:27 -0500 |
commit | 496af3af58430afcbb3cbf7c8c6bc699e062e912 (patch) | |
tree | 71fbf197de55741439d06bca226a613ceb8b391f /lib/openid_consumer.php | |
parent | 9ce5bae1ca7a47d863cf15e6f2ba5215851f209b (diff) | |
download | elgg-496af3af58430afcbb3cbf7c8c6bc699e062e912.tar.gz elgg-496af3af58430afcbb3cbf7c8c6bc699e062e912.tar.bz2 |
added support for temporary storage of nonces
Diffstat (limited to 'lib/openid_consumer.php')
-rw-r--r-- | lib/openid_consumer.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/openid_consumer.php b/lib/openid_consumer.php index 3dfc09a1e..86b051c0c 100644 --- a/lib/openid_consumer.php +++ b/lib/openid_consumer.php @@ -12,3 +12,4 @@ require_once 'Auth/OpenID.php'; require_once 'Auth/OpenID/Consumer.php'; require_once 'Auth/OpenID/SReg.php'; require_once 'Auth/OpenID/AX.php'; +require_once 'Auth/OpenID/Interface.php'; |