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
After thinking about this a lot more, it seems like there is a real opportunity here to move the configuration into the fetch api for browsers. This is going to be api requests, and fetch will likely ultimately be used here, fetch could just take in a new parameter for session management:
After thinking about this a lot more, it seems like there is a real opportunity here to move the configuration into the
fetch
api for browsers. This is going to be api requests, and fetch will likely ultimately be used here, fetch could just take in a new parameter for session management:And then for each subsequent request, fetch could inject in a header with the signature automatically if configured:
Or whatever, seems like an easy solution here, what am I missing?
The text was updated successfully, but these errors were encountered: