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
Re-wire auth to use a provider pattern. Lots of tests remove cloud references (#3230)
* Allow accessToken to throw to allow it to stop execution and prevent weirdness in control flow.
* Potential fix for cookie weirdness consolidate to a provider so we have single points of access
* Lets test some auth paths
* Add jwtPass and credentials tests
* Update to use a provider pattern instead of checking for globalThis. Re-wire with-access-token to use pre/post hooks so code paths can be determined by the caller. Lots of tests
* Give retryContext better types other than Record<string,string>
* move to initCore stuff and namespaceSearch and dataEncoderEndpoint options as well as a few others
0 commit comments