Skip to content

An OAuth2 implementation in ruby that makes implementing providers too easy.

License

Notifications You must be signed in to change notification settings

jeroenj/oauth2-ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oauth2-ruby

oauth2-ruby is an implementation of the current OAuth2 draft in Ruby released under the MIT license. The project at the moment consists of three seperate packages: oauth2-core, oauth2-server and oauth2-client - the latter will be available soon.

Disclaimer: As this is alpha software, it is suspected to change and considered unstable.

oauth2-core

  • makes parsing, validating and building Authorization and WWW-Authenticate 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

  • provides different flows according to the OAuth2 specification. Currently, only the web server flow is implemented.
  • makes handling OAuth2 requests easy. It currently supports bearer and cryptographic requests.

Getting started

The wiki features some examples.

About

An OAuth2 implementation in ruby that makes implementing providers too easy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%