adonisjs/auth

There is some out of the box way to implement refresh token for API?

RaphaelBatagini opened this issue · 1 comments

In AdonisJS v4, I was able to add refresh token to my authentication action as described here.

Now, using AdonisJS v5, I am unable to find something related to this in the documentation.
Something like this "withRefreshToken" exists in v5? Any lead about how can I proceed? (using API auth)