EAUT Libraries
PHP
This library is built on top of JanRain's excellent OpenID library (for XRDS discovery) and requires version 2.x.x to function.
- PHP EAUT Library
- Example OpenID login:
<?php
require_once 'Auth/Yadis/Email.php';
$url = Auth_Yadis_Email_getID("bob@example.com");
$consumer->begin($url); //consumer is an Auth_OpenID_Consumer object
?>
Python
This library is built on top of JanRain's excellent OpenID library (for XRDS discovery) and requires version 2.x.x to function.