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
partially adresses #2263
1. Adds a new hook useAuthentcatedFetch which provides a version of
fetch that includes the Authentication header when the user is
logged in
2. Adds a new useAuthenticatedApiCall which provides a wrapped
apiCall using that new authentication header
3. Uses that new authenticatedApiCall for the PUT/POST
calls for user-profile
Next step will be to integrate with other calls in the app.
I also did not attempt to add component integration tests where they do
not already exist.
0 commit comments