From 3ba87d41d0b7db29c39c98b0b766d61dc0f1ba3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Stranden?= Date: Tue, 21 Feb 2012 21:07:46 +0100 Subject: [PATCH] Add list of supported extensions to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b7b3342..cbdae19 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,13 @@ server.listen(80); A more elaborate example including utilizing extensions can be found in `sample.js` in the GitHub repository. +## Supported Extensions +This library comes with built-in support for the following OpenID extensions: +- 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` + ## Storing association state To provide a way to save/load association state, you need to mix-in two functions in