We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
before_filter --> before_action
just a note/comment on the use of "before_filter" that was removed on Rails 5.1
Make sure access of other users is limited in the other controller actions, too
make a tiny grammar improvement
Updated example controller code to not depend on responders gem, which is not part of default Rails 4. Also tweaked the text a bit to make some things clearer after the problems I had understanding this page
The path oauth_doorkeeper_application_url is named oauth_application url. Further more, an array is a collection and interpreted as such.
added controller action to automatically set application's owner
Created Associate users to OAuth applications (ownership) (markdown)