sasjs / server

Build Apps on Base SAS

Home Page:https://server.sasjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

return same ACCESS_TOKEN if not expired

allanbowe opened this issue ยท comments

Currently when authenticating we revoke the old access token and request a new one.

However, per the wso2 docs, the same token should be re-issued (for the same scope etc) if not expired

Re-issuing the same access token will eliminate the problem of having to re-authenticate when using the same client id across different targets

๐ŸŽ‰ This issue has been resolved in version 0.21.3 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€