Is it bad practice to cache a token and secret between requests using an expiration the same as the token? Or should it be in a db? thanks
Is it bad practice to cache a token and secret between requests using an expiration the same as the token? Or should it be in a db? thanks