Doorkeeper v0.4.0 Release Notes

Release Date: 2012-05-26 // almost 12 years ago
    • 🗄 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