PricingBlog

How to implement refresh token functionality

  • mxi012-1277352401967255654

    𝓜𝓪𝔁𝓲

    1 year ago

    Hi there, currently my application is setting the auth token via toddle to an cookie. But for generating a new auth token, a refresh token has to be sent to my api. How and where would you store the refresh token? Local Storage?