Question on refreshJwt

I’m curious about the use case of the refreshJwt. In the docs for ACL usage it says that it can be used in this manner:

But i’m curious what the use case would be since /login without the refresh key is going to return a new refresh token anyway.

Wondering if i’m missing something obvious here!

I think the userId and password are optional inputs here for this mutation, so you could send just a refreshToken and get a new accessJWT

1 Like