You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of authedHttpClientRequest or whatever top-level function accepting a RequestTimestamp parameter, generate it within the function. This would necessitate moving authenticate into IO, but keeping timestamp generation and authentication as one operation stop the user combining them stupidly (e.g., me a few months ago).
The text was updated successfully, but these errors were encountered:
Instead of
authedHttpClientRequest
or whatever top-level function accepting aRequestTimestamp
parameter, generate it within the function. This would necessitate moving authenticate into IO, but keeping timestamp generation and authentication as one operation stop the user combining them stupidly (e.g., me a few months ago).The text was updated successfully, but these errors were encountered: