ecency / hivesigner-sdk

Hivesigner SDK
https://hivesigner.com
MIT License
2 stars 1 forks source link

[QUESTION] Expiration Time Extension #16

Open zackrspv opened 2 years ago

zackrspv commented 2 years ago

Is it possible to receive an access token that is more than 7 days old? It is a burden to have to keep signing in weekly.

feruzm commented 2 years ago

@zackrspv there is offline and combined refresh tokens that applications could potentially refresh user’s access token on-fly.

zackrspv commented 2 years ago

Are there any security concerns with being able to do that?