What are some good OpenID libraries?

I was thinking about using OpenID for the I site I am creating and was wondering if there are any libraries or scripts to simplify the implementation of OpenID. (Why reinvent the wheel?)

I planned to use PHP for the site, because it will be quite simple and small, so php script is ideal. But any language would be great. Thanks in advance!

+3
source share
4 answers

Most people seem to use JanRain libraries .

+4
source

Drupal 6 openid. Drupal, openid module Drupal 5, PHP- .

+2

JanRain now has a service that allows you to accept OpenID (and facebook) with minimal engineering effort, make HTTPS calls to the service, and parse the XML / JSON response. http://rpxnow.com

+2
source

Janrain libraries are good for PHP, Python, and Ruby. For C # or other .NET languages, DotNetOpenId is good.

+1
source

Source: https://habr.com/ru/post/1697127/


All Articles