API Design of login and refresh JWT token endpoint questions
I'm designing Login and refresh token and I have several questions.
This is what I return on any refresh token and login.
Is it a good format to return this data? Is there any standard?
Is there a good values for token and refresh token lifetime?
Should I allow refreshing token if access token inspired but refresh token - not?
0 Replies