update auth token storage (#40504)#40612
Merged
ghernandez345 merged 1 commit intorc-minor-fleet-v4.82.0from Feb 26, 2026
Merged
update auth token storage (#40504)#40612ghernandez345 merged 1 commit intorc-minor-fleet-v4.82.0from
ghernandez345 merged 1 commit intorc-minor-fleet-v4.82.0from
Conversation
**Related issue:** Resolves #14401 # Checklist for submitter this updates the mechanism of storing the auth token for a user that is used for making requests and validating a user session. We change the storage from local storage to a cookie. This allow a bit more security and prepares for a future change where we will allow the browser to handle setting and passing the auth token in the request. - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. - [x] QA'd all new/changed functionality manually
gillespi314
approved these changes
Feb 26, 2026
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## rc-minor-fleet-v4.82.0 #40612 +/- ##
=========================================================
Coverage ? 66.34%
=========================================================
Files ? 2453
Lines ? 196248
Branches ? 8731
=========================================================
Hits ? 130205
Misses ? 54247
Partials ? 11796
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves https://github.com/fleetdm/confidential/issues/14401
this is cherry pick PR
Checklist for submitter
changes/,orbit/changes/oree/fleetd-chrome/changes.