Skip to content

Commit

Permalink
- This DBA guy should really learn how to use Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
DBA committed Jul 1, 2010
1 parent a7892a5 commit 4a85395
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -13,13 +13,12 @@ The current implementation of the gem is based on OAuth2 draft 00 (more about it

Currently the project consists of three seperate packages: oauth2-core, oauth2-server and oauth2-client - the latter will be available soon.


## oauth2-core
### oauth2-core

* makes parsing, validating and building [_Authorization_](http://tools.ietf.org/html/draft-hammer-oauth2-00#section-5.1) and [_WWW-Authenticate_](http://tools.ietf.org/html/draft-hammer-oauth2-00#section-6.1) headers easy
* implements OAuth2::Attributes which gives the possibility to set an attribute via callback (blocks), accessor or passing a hash on object initialization. This ensures that the library is very flexible.

## oauth2-server
### oauth2-server

* provides different flows according to the OAuth2 specification. Currently, only the [web server](http://tools.ietf.org/html/draft-hammer-oauth2-00#section-3.5.2) flow is implemented.
* makes handling OAuth2 requests easy. It currently supports [bearer](http://tools.ietf.org/html/draft-hammer-oauth2-00#section-5.2) and [cryptographic](http://tools.ietf.org/html/draft-hammer-oauth2-00#section-5.3) requests.
Expand Down

0 comments on commit 4a85395

Please sign in to comment.