Route Constraints and other integrations
Last updated
Was this helpful?
Last updated
Was this helpful?
You can leverage the Doorkeeper.authenticate
facade to easily extract a Doorkeeper::OAuth::Token
based on the current request. You can then ensure that token is still good, find its associated #resource_owner_id
, etc.
For more information about integration and other integrations, check out .