Closed diptajit-techpro closed 3 years ago
Hi, Are you still facing issues with validating the API token? If yes, you need to pass it as a typical JWT or OAuth token with the request header having an Authorization key with value as bearer {token}.... note the space after the word "bearer"
I am using this for API only. How does the expiry time of the token is managed ?
The current expiry is set to 3600 seconds (01 hour). It is not parameterized, but we will make it parameterized in the next release.
I am using this for API only. How does the expiry time of the token is managed ?