You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[#678] Change application-specific scopes to take precedence over server-wide
scopes. This removes the previous behavior where the intersection between
application and server scopes was used.
[#665] doorkeeper_unauthorized_render_options(error:) and doorkeeper_forbidden_render_options(error:) now accept error keyword
argument.
Other changes
[#671] Fixes NoMethodError - undefined method 'getlocal' when calling
the /oauth/token path. Switch from using a DateTime object to update
AR to using a Time object. (Issue #668)
[#677] Support editing application-specific scopes via the standard forms