mattermost-mobile/app/managers
JG Heithcock 2d6a5d5097
Mobile-side for MM-65084 (#9115)
* Mobile fix for MM-65084

* Changing test/setup.ts to use a deterministic fill

This avoids the ci issue about parenthesis and is more clear that this is just a fixed sequence for testing, similar to randomUUID above.

* Add setBearerToken and setCSRFToken to Client definition

* Use setClientCredentials and memoize createPkceBundle

* Restoring the preauthSecret back to the Client constructors

This came out of a response to MM-65085: Support Pre Shared Password on server connect where preauthSecret was added in the buildConfig. Claude (correctly imo) identified this as now redundant and so removed it but it is valid to keep it as well. In any case, putting it back to be consistent with ClientTracking and ClientBase.

* Rename PKCE to SAML based terminology, similar to server

* Fix lint issue with too many blank lines at eof

* Removing plain on mobile side

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2025-09-29 14:29:37 -07:00
..
draft_upload_manager Ability to show quick action and add files to edit post (#8926) 2025-06-25 16:04:08 +05:30
performance_metrics_manager Add Accept Header on ClientTracking (#8895) 2025-06-06 12:42:09 +02:00
security_manager Remove tand prevent double tap (#9078) 2025-08-25 12:03:01 +02:00
apps_manager.test.ts Enforce names for singleton imports (#8639) 2025-02-27 12:46:17 +01:00
apps_manager.ts Enforce names for singleton imports (#8639) 2025-02-27 12:46:17 +01:00
global_event_handler.ts Remove tand prevent double tap (#9078) 2025-08-25 12:03:01 +02:00
integrations_manager.ts Enforce names for singleton imports (#8639) 2025-02-27 12:46:17 +01:00
network_manager.ts Mobile-side for MM-65084 (#9115) 2025-09-29 14:29:37 -07:00
session_manager.test.ts Biometric prompt, Jailbreak / Root detection and screenshot prevention (#8645) 2025-03-13 14:07:41 -04:00
session_manager.ts Biometric prompt, Jailbreak / Root detection and screenshot prevention (#8645) 2025-03-13 14:07:41 -04:00
websocket_manager.test.ts MM-65085: Support Pre Shared Password on server connect (#9082) 2025-09-01 11:24:15 +02:00
websocket_manager.ts MM-65085: Support Pre Shared Password on server connect (#9082) 2025-09-01 11:24:15 +02:00