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
As part of the TypeScript SDK work, we're planning to deprecate the old JavaScript SDK.
Graph explorer should also follow that migration path.
Things to consider:
bundle size after migration. We anticipate little to no impact, but reporting those numbers on the PR would be beneficial.
middleware handlers: GE might want to tweak the handlers it's using to match the current setup. (e.g. do we want the retry handler or not, etc...)
Potential blockers:
Kiota libraries only offer authentication providers for azure identity and spfx. GE uses msal. We might want to complete the support for MSAL ahead of this work
As part of the TypeScript SDK work, we're planning to deprecate the old JavaScript SDK.
Graph explorer should also follow that migration path.
Things to consider:
Potential blockers:
kiota libraries are missing a raw request authorization middleware handlerAdditional considerations:
The text was updated successfully, but these errors were encountered: