node-openid:基于 Node.js 的 OpenID 协议实现
openkk
12年前
node-openid 是基于 Node.js 实现的 OpenID 协议。
内置支持的扩展:
- The Simple Registration (SREG) 1.1 extension is implemented as
openid.SimpleRegistration
- The Attribute Exchange (AX) 1.0 extension is implemented as
openid.AttributeExchange
- The OAuth 1.0 extension is implemented as
openid.OAuthHybrid
- The User Interface 1.0 extension is implemented as
openid.UserInterface