How to keep data after close the browser

Hello @Zheng ,

Create a Refresh Token API to Manage Token Expiration

The API should issue both an access token and a refresh token. When the access token expires, use the refresh token to obtain a new access token, triggering the refresh on page load.

Steps:

  1. Set the URL Parameter: [

    ]

  2. Configure Custom Authentication: [

    ]

  3. Set the Variable: [image]

  4. Set the API Request: [

    ]

  5. Run the API Request and Connect with Authentication:

  6. API Output:
    image

Thank You.

2 Likes