There is something I don’t understand… what do the env variables the author mentions here do? i.e.
REFRESH_TOKEN_EXPIRES=2d
JWT_SECRET_EXPIRES=360s
I get that the first one controls how long the refresh token lasts, but what does the second one do? If the second one controls how long the jwt token is valid for, then what is the point in the plugins.js file the author has us create?