All Versions
99
Latest Version
Avg Release Cycle
61 days
Latest Release
-
Changelog History
Page 10
Changelog History
Page 10
-
v0.4.0 Changes
May 26, 2012- ๐ deprecation
- Deprecate authorization_scopes
- database changes
- AccessToken#resource_owner_id is not nullable
- โจ enhancements
- [#83] Add Resource Owner Password Credentials flow @jaimeiniesta
- [#76] Allow token expiration to be disabled @mattgreen
- [#89] Configure the way client credentials are retrieved from request
- [#b6470a] Add Client Credentials flow
- internals
- [#2ece8d, #f93778] Introduce Client and ErrorResponse classes
- ๐ deprecation
-
v0.3.4 Changes
May 24, 2012- ๐ Fix attr_accessible for rails 3.2.x
-
v0.3.3 Changes
May 07, 2012- ๐ฆ [#86] shrink gem package size
-
v0.3.2 Changes
April 29, 2012- โจ enhancements
- [#54] Ignore Authorization: headers that are not Bearer @miyagawa
- [#58, #64] Add destroy action to applications endpoint @jaimeiniesta, @davidfrey
- [#63] TokensController responds with
401 unauthorized
@jaimeiniesta - [#67, #72] Fix for mass-assignment @cicloid
- internals
- [#49] Add Gemnasium status image to README @laserlemon
- [#50] Fix typos @tomekw
- [#51] Updated the factory_girl_rails dependency, fix expires_in response which returned a float number instead of integer @antekpiechnik
- [#62] Typos, .gitignore @jaimeiniesta
- [#65] Change _path redirections to _url redirections @jaimeiniesta
- [#75] Fix unknown method #authenticate_admin! @mattgreen
- Remove application link in authorized app view
- โจ enhancements
-
v0.3.1 Changes
February 17, 2012- โจ enhancements
- [#48] Add if, else options to doorkeeper_for
- Add views generator
- internals
- Namespace models
- โจ enhancements
-
v0.3.0 Changes
February 11, 2012- โจ enhancements
- [#17, #31] Add support for client credentials in basic auth header @GoldsteinTechPartners
- [#28] Add indices to migration @GoldsteinTechPartners
- [#29] Allow doorkeeper to run with rails 3.2 @john-griffin
- [#30] Improve client's redirect uri validation @GoldsteinTechPartners
- [#32] Add token (implicit grant) flow @GoldsteinTechPartners
- [#34] Add support for custom unathorized responses @GoldsteinTechPartners
- [#36] Remove repetitions from the Authorised Applications view @carvil
- When user revoke an application, all tokens for that application are revoked
- Error messages now can be translated
- Install generator copies the error messages localization file
- internals
- Fix deprecation warnings in ActiveSupport::Base64
- Remove deprecation in doorkeeper_for that handles hash arguments
- Depends on railties instead of whole rails framework
- CI now integrates with rails 3.1 and 3.2
- โจ enhancements
-
v0.2.0 Changes
December 17, 2011- โจ enhancements
- [#4] Add authorized applications endpoint
- [#5, #11] Add access token scopes
- [#10] Add access token expiration by default
- [#9, #12] Add refresh token flow
- internals
- [#7] Improve configuration options with :default
- Improve configuration options with :builder
- Refactor config class
- Improve coverage of authorization request integration
- ๐ bug fixes
- [#6, #20] Fix access token response headers
- Fix issue with state parameter
- ๐ deprecation
- deprecate :only and :except options in doorkeeper_for
- โจ enhancements
-
v0.1.1 Changes
November 30, 2011- โจ enhancements
- [#3] Authorization code must be short lived and single use
- [#2] Improve views provided by doorkeeper
- [#1] Skips authorization form if the client has been authorized by the resource owner
- Improve readme
- ๐ bugfixes
- Fix issue when creating the access token (wrong client id)
- โจ enhancements
-
v0.1.0 Changes
November 25, 2011- Authorization Code flow
- OAuth applications endpoint