We don’t use auth0 APIs, we just have an application which we authenticate our microservices through. We would like to use refresh tokens to enable our native app users to remain logged in for longer. Any help is appreciated, thank you!
I think this documentation may be mistaken as I’m not aware of any such setting at the application level - Using the password grant, you should just be able to include the offline_access scope in the authorization request in order to retrieve a refresh token.
Appreciate for the update! I’m going to mark this as solved considering you’ve opened up a new topic specific to Node Thanks for opening a new topic BTW!