Skip to content
Compare
Choose a tag to compare
@refine-bot refine-bot released this 20 Jun 17:20
· 12 commits to master since this release
d29a493

Patch Changes

  • #6059 ad42665ad9ccb07f6090da353377d016b67acdd0 Thanks @aliemir! - fix(devtools-server): missing header check on auth requests

    Devtools was failing to determine the auth status and always end up redirecting to the login page regardless of the actual auth status. This was due to the missing check on the auth request that was causing all valid responses treated as unauthenticated.

    Resolves #6047