I am using an access token and refresh token for authorization.
let’s say I make a request and the server reject my request as my access token has expired. So my doubt is that should my server make a new access token by using refresh token and complete the request and send a new access token as a response or should I explicitly check the validity of the token before each request?
submitted by /u/Voldemort_007_
[link] [comments]