Skip to content

Commit

Permalink
Add list of supported extensions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
havard committed Feb 21, 2012
1 parent 0baa250 commit 3ba87d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -95,6 +95,13 @@ server.listen(80);


A more elaborate example including utilizing extensions can be found in `sample.js` in the GitHub repository. 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 ## Storing association state


To provide a way to save/load association state, you need to mix-in two functions in To provide a way to save/load association state, you need to mix-in two functions in
Expand Down

0 comments on commit 3ba87d4

Please sign in to comment.