Commit Graph

8 Commits

Author SHA1 Message Date
Ankit Mahato
625254b20f Refactor auth handling in HTTP request functions
Removed redundant AuthModel parameter from sendHttpRequest and streamHttpRequest functions, now using authModel from HttpRequestModel directly. Updated all usages, tests, and related logic to reflect this change. Improved streaming response handling in CollectionStateNotifier and HttpResponseModel.
2025-08-06 02:42:23 +05:30
Ankit Mahato
447cbd4fa7 refactor for digest 2025-07-12 18:04:19 +05:30
Udhay-Adithya
3ca5255e8f fix: pass null for authData in sendHttpRequest for digest authentication to prevent infinite loop when realm and nonce are empty 2025-07-12 00:43:44 +05:30
Udhay-Adithya
32855fd2f9 refactor: update authentication handling to check authData instead of enableAuth flag 2025-07-06 12:28:35 +05:30
Udhay-Adithya
c39b8fbe6d refactor: remove unused import and logging from JWT generation 2025-07-06 12:22:58 +05:30
Udhay-Adithya
13bf0549f1 refactor: remove unused digest authentication model import and clean up JWT handling comments 2025-07-06 12:22:04 +05:30
Udhay-Adithya
d5ca13b356 feat: enhance JWT support with private key handling and additional algorithms 2025-07-06 12:19:27 +05:30
Udhay-Adithya
92af4fba77 feat: add digest authentication 2025-07-03 19:24:56 +05:30