curious, what is a good way to store an access token? i was thinking using KV but that is not safe u
curious, what is a good way to store an access token? i was thinking using KV but that is not safe unless you hash the value
in-memory is only available for a period of time and that depends on where the worker is spawned in so it might not even have that in-memory state
whats something else i can do? btw this access token expires
in-memory is only available for a period of time and that depends on where the worker is spawned in so it might not even have that in-memory state
whats something else i can do? btw this access token expires

