Is it possible to make Temporary Token float instead of integer. As I would like to have a valid_for less than 1 hour. eg 0.5
-
JJBragg@digitalfuel - This is now LIVE on production. Thanks! :)
Sep 02 2021 at 18:28
Is it possible to make Temporary Token float instead of integer. As I would like to have a valid_for less than 1 hour. eg 0.5
I dont know how this one slipped through :)
Change is on the way in the pipeline, should be deployed soon.
There will be new property (expires_in
) which accepts Float, while Integer one (valid_for
) will be soft deprecated (still working, but recommended to use Float).
expires_in
(Float) is available on staging for testing. It should land on production soon.