Hello,
I am using resource_owner_from_credentials flow from doorkeeper.
I have put much efford to put trackable to work. Also suspected that other modules are also effected,
since this does not work as well.
According to->
https://github.com/doorkeeper-gem/doorkeeper/wiki/Using-Resource-Owner-Password-Credentials-flow
In order to make devise authenticate there is an alternative flow, however it does not sound good to make authentication using devise.
Is it safe to use as doorkeeper suggested or is there a missing implementation for "trackable"
Thank you,