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
The current TS SDK results in Chrome deprecation warning: Authorization will not be covered by the wildcard symbol (*) in CORS Access-Control-Allow-Headers handling.
This bug might not be directly linked to the TS SDK, but rather to the CORS header configuration of the Kinde auth server.
Currently, the Kinde server's response header is access-control-allow-headers: *, Kinde-SDK, which does not explicitly list Authorization in the allowed request headers list.
Due to the lack of explicit declaration of Authorization content in the Kinde server's response to OPTIONS request, Chrome browser could potentially prevent the bearer token from being sent to Kinde auth server, once this wildcard access-control-allow-header is fully deprecated.
See the pictures below for detailed OPTION request/response headers, as well as the Chrome deprecation warning: