Doorkeeper v0.3.0 Release Notes

Release Date: 2012-02-11 // about 12 years ago
    • ✨ 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