Sha256: dcade1f647076c6fd81ab86ff189435bb73e7138e56929c0dcffc659629831f3
Contents?: true
Size: 906 Bytes
Versions: 2
Compression:
Stored size: 906 Bytes
Contents
## 0.3.0 - Properly set attr_accessible for those apps that are requiring all attributes to be whitelisted. - Allow access_token to be passed in header `curl -H "Authorization: token iAmAOaUthToken" http://localhost:3000` - [#6] Implement Bearer scheme curl -H "Authorization: Bearer iAmAOaUthToken" http://localhost:3000 - Default `config.password_exchange_enabled' to true - Allow multiple `find_user_for_auth` calls in setup to allow custom finders for facebook, etc. - You can now rate limit incoming client applications. - Allow clients to mitigate security threat (http://homakov.blogspot.com/2012/07/saferweb-most-common-oauth2.html) ## 0.2.0 - Allow password exchange for access_token using `config.password_exchange_enabled = true` ## 0.1.0 - Refresh Token Support - Scoped permissions support - Docs, Test, and ClientApp controllers can be skipped or over-ridden ## 0.0.1 - Initial Release
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
opro-0.3.0 | CHANGELOG.md |
opro-0.3.0.pre3 | CHANGELOG.md |