39 Commits

Author SHA1 Message Date
Ankit Mahato
9fb31049b0 Update handle_auth.dart 2025-09-24 00:55:02 +05:30
Ankit Mahato
f7680b63ef Merge branch 'main' into pr/867 2025-09-24 00:40:51 +05:30
Udhay-Adithya
fbbbcbae05 fix: update sendHttpRequest to sendHttpRequestV1 for digest authentication 2025-08-07 22:09:49 +05:30
Udhay-Adithya
a30ad769b7 fix: remove unnecessary logging 2025-08-07 16:31:27 +05:30
Udhay Adithya
6914bcdc9c Merge branch 'foss42:main' into add-feature-oauth-2 2025-08-07 00:32:08 +05:30
Udhay-Adithya
c0bb09fd35 feat: make credentialsFilePath nullable in OAuth models and update related logic 2025-08-06 11:43:56 +05:30
Manas Hejmadi
d923996dc8 AIProviderSelector Impl & AI Models added to RequestModel 2025-08-06 08:39:35 +05:30
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
ae478c85ed Reorder imports in http_response_utils.dart
Moved the 'dart:convert' import to the top of the file for consistency with Dart import conventions.
2025-08-05 15:47:04 +05:30
Ankit Mahato
f4e0f82125 Merge branch 'main' into better_networking/sse 2025-08-05 06:18:21 +05:30
Udhay-Adithya
84ddbfa1ac feat: implement local http server in desktop platforms for oauth2 2025-08-03 12:59:34 +05:30
Udhay-Adithya
98417be651 feat: enhance oauth flow with json accept header support 2025-07-23 17:03:36 +05:30
Udhay-Adithya
baac50f1ba fix: update OAuth2 grant handlers to use accessTokenUrl instead of authorizationUrl 2025-07-23 13:31:43 +05:30
Udhay-Adithya
728cc52d9c fix: improve oauth2 field 2025-07-23 12:48:10 +05:30
Udhay-Adithya
0c87374602 refactor: update OAuth1 fields and normalize signature method display type 2025-07-23 11:35:15 +05:30
Udhay-Adithya
a29f594f00 fix: auth header generation 2025-07-23 00:59:10 +05:30
Udhay-Adithya
bc779882f7 feat: implement oauth1 2025-07-22 23:09:15 +05:30
Udhay-Adithya
f458d00341 feat: add oauth2 credential file handling 2025-07-21 23:07:34 +05:30
Udhay-Adithya
6391443d09 feat: implement resource owner password grant 2025-07-21 00:40:28 +05:30
Udhay-Adithya
1089403467 feat: implement client credentials grant handling 2025-07-20 23:48:35 +05:30
Udhay-Adithya
fd4b05663c feat: add oauth2 ui and authorzation code grant handling 2025-07-20 23:07:58 +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
Manas Hejmadi
7a8d1a6f4a http_service: cleanup & streamHttpRequest: simplified 2025-07-04 15:00:06 +05:30
Manas Hejmadi
6bcc855d06 streamHttpRequest: replaced string buffering with chunk_expansion 2025-07-04 02:31:42 +05:30
Udhay-Adithya
92af4fba77 feat: add digest authentication 2025-07-03 19:24:56 +05:30
Manas Hejmadi
7b17cb567b streamTextResponse usage removed from streamHttpRequest 2025-07-03 03:13:13 +05:30
Udhay-Adithya
a11c833822 refactor: move auth models to better_networking package 2025-07-02 22:07:47 +05:30
Ankit Mahato
9edd43b298 format 2025-06-29 06:16:45 +05:30
Ankit Mahato
028d8c9ce6 Update http_request_utils.dart 2025-06-29 06:15:35 +05:30
Manas Hejmadi
1b64d05fc5 refactor: formatting action revert 2025-06-22 21:28:43 +05:30
Manas Hejmadi
5e00579790 export better_networking from apidash_core & fix imports 2025-06-19 18:03:11 +05:30
Manas Hejmadi
bb837f4f55 better_networking & apidash_core: fixed package exports 2025-06-18 01:24:51 +05:30
Manas Hejmadi
80d2ca69d7 better_networking: streaming implementation (streamHttpRequest) 2025-06-18 00:21:45 +05:30
Manas Hejmadi
6558a4028e apidash_core: contents moved into better_networking package 2025-06-17 23:55:16 +05:30