1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/net/rubygem-oauth2/pkg-descr
Sunpoet Po-Chuan Hsieh 1c4f45358b - Update to 0.5.2
- Add RG link to pkg-descr

Changes:	https://github.com/intridea/oauth2/commits/master
- Make Client#get_token listen to raise_errors option
- Condense build status and dependency status [ci skip]
- Use HTTPS rubygems source
- Remove unnecessary additions
- Make status images more consistent [ci skip]
- Add Travis-style dependency status image [ci skip]
- Rubinius 2.0 is now the default Rubinius version on Travis
- Add dependency status [ci skip]
- Reformat [ci skip]
- Loosen gem dependenies
- Source code shows that authorization_url is actually named authorize_url
2012-01-06 06:20:22 +00:00

8 lines
354 B
Plaintext

OAuth2 is a Ruby wrapper for the OAuth 2.0 specification. This is a work in
progress, being built first to solve the pragmatic process of connecting to
existing OAuth 2.0 endpoints (a.k.a. Facebook) with the goal of building it up
to meet the entire specification over time.
WWW: https://github.com/intridea/oauth2
RG: https://rubygems.org/gems/oauth2