Closed
Bug 1998099
Opened 9 months ago
Closed 9 months ago
OAuth2Module setRefreshToken() does not set the in-memory refresh token
Categories
(Thunderbird :: General, defect)
Thunderbird
General
Tracking
(thunderbird_esr140 affected, thunderbird144 wontfix, thunderbird145 affected)
RESOLVED
FIXED
146 Branch
People
(Reporter: darktrojan, Assigned: darktrojan)
References
Details
Attachments
(1 file)
|
Bug 1998099 - Set the in-memory refresh token when calling setRefreshToken. r=#thunderbird-reviewers
48 bytes,
text/x-phabricator-request
|
Details | Review |
The Thunderbird Pro team want to be able to set up OAuth2 tokens by creating an OAuth2Module and calling setRefreshToken on it. This saves the token to the login manager but does not set the in-memory value of the token, so trying to use it straight away fails.
| Assignee | ||
Comment 1•9 months ago
|
||
| Assignee | ||
Comment 2•9 months ago
|
||
This is simple enough to backport so that the TB Pro code can run without a hack.
status-thunderbird144:
--- → wontfix
status-thunderbird145:
--- → affected
Updated•9 months ago
|
Blocks: tb-maintenance-2025-q4
| Assignee | ||
Updated•9 months ago
|
Keywords: checkin-needed-tb
Target Milestone: --- → 146 Branch
Pushed by jtracey@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/3c8878a295c1
Set the in-memory refresh token when calling setRefreshToken. r=mkmelin
You need to log in
before you can comment on or make changes to this bug.
Description
•