Commit Graph

2851 Commits

Author SHA1 Message Date
Udhay-Adithya
cc8abee296 feat: add environment variable substitution support for auth models 2025-07-19 01:20:57 +05:30
Ankit Mahato
572688cb3b Merge pull request #855 from Udhay-Adithya/basic-auth
add basic authentication features
2025-07-14 02:03:57 +05:30
Ankit Mahato
1dea1b442e Fix test 2025-07-14 01:52:01 +05:30
Ankit Mahato
744b8c0994 Fix dropdown labels 2025-07-14 01:51:50 +05:30
Ankit Mahato
351131f99d Update pubspec.yaml 2025-07-14 01:19:54 +05:30
Ankit Mahato
245a7b79ac Fix EditGraphQLRequestPane provider 2025-07-14 01:09:54 +05:30
Ankit Mahato
862319b3df Update hisotry rwquest pane auth 2025-07-14 01:01:44 +05:30
Ankit Mahato
972d8be6b0 Add AuthPage 2025-07-14 01:01:21 +05:30
Ankit Mahato
394835187a turns fields optional 2025-07-14 01:00:49 +05:30
Ankit Mahato
b8d0d034eb reinstate highlight 2025-07-13 03:26:21 +05:30
Ankit Mahato
32dcbda803 JWT refactor 2025-07-12 23:36:27 +05:30
Ankit Mahato
1e10606ebf Remove comments from JWT 2025-07-12 18:05:40 +05:30
Ankit Mahato
447cbd4fa7 refactor for digest 2025-07-12 18:04:19 +05:30
Ankit Mahato
33acbc8e5e Update pubspec.yaml 2025-07-12 18:04:11 +05:30
Ankit Mahato
4f11185195 Update imports in tests 2025-07-12 16:23:46 +05:30
Ankit Mahato
13a4000569 refactor imports 2025-07-12 16:22:47 +05:30
Ankit Mahato
568927b369 rename AuthTextField 2025-07-12 16:22:38 +05:30
Ankit Mahato
5d89dfddaa Update consts.dart 2025-07-12 16:18:31 +05:30
Ankit Mahato
7925a385f6 Update bearer_auth_fields.dart 2025-07-12 16:18:29 +05:30
Ankit Mahato
759e90663d Update basic_auth_fields.dart 2025-07-12 16:18:19 +05:30
Ankit Mahato
5afce7438b Update consts.dart 2025-07-12 15:52:47 +05:30
Ankit Mahato
99c38c4f96 refactor API Key auth 2025-07-12 15:52:10 +05:30
Ankit Mahato
9850b7a044 Update auth widgets export 2025-07-12 15:24:57 +05:30
Udhay-Adithya
69e7f7bc26 docs: add authentication testing links 2025-07-12 01:00:41 +05:30
Udhay-Adithya
db2f5af773 refactor: move auth_textfield to widgets folder 2025-07-12 00:49:48 +05:30
Udhay-Adithya
51c44a3eb7 fix: update label for private key field in JWT auth fields test 2025-07-12 00:47:54 +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
20c71073cb fix: update qop label in DigestAuthFields test 2025-07-12 00:42:24 +05:30
Udhay-Adithya
db93e82b5f fix: make authModel optional in HistoryRequestModel 2025-07-12 00:34:12 +05:30
Udhay Adithya
65f375c69e Merge branch 'foss42:main' into basic-auth 2025-07-12 00:19:13 +05:30
Ankit Mahato
991d486db2 Merge pull request #862 from Udhay-Adithya/fix-scripts-state
fix ui state not being consistent with the original request model
2025-07-11 21:29:45 +05:30
Udhay-Adithya
38eb527703 feat: update APIAuthType enum to include display types for authentication options 2025-07-07 22:41:25 +05:30
Udhay-Adithya
127b2c1efc fix: disable onChanged for read-only auth fields 2025-07-07 22:32:14 +05:30
Udhay-Adithya
38d8e8e76b fix: update tooltip icon color and size 2025-07-07 22:28:18 +05:30
Udhay-Adithya
e838654b2d feat: enhance authentication fields with additional info 2025-07-07 22:25:54 +05:30
Udhay-Adithya
739afca856 tests: improve auth utils tests(coverage 90%) 2025-07-07 22:08:51 +05:30
Udhay-Adithya
dcccc2b761 tests: add api auth model tests(coverage 100%) 2025-07-07 21:49:09 +05:30
Udhay-Adithya
a13d3d57d3 tests: add auth fields widget tests(coverage 98.4%) 2025-07-07 12:39:45 +05:30
Udhay-Adithya
8d4eedc21b tests: add authentication unit tests 2025-07-07 02:03:47 +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
Udhay-Adithya
6c5862cd85 refactor: move authModel to HttpRequestModel 2025-07-03 12:12:18 +05:30
Udhay-Adithya
4284f47fe6 fix: add missing crypto dependency to better_networking package
add missing auth tab in HistoryRequestPane
2025-07-02 22:25:45 +05:30
Udhay-Adithya
a11c833822 refactor: move auth models to better_networking package 2025-07-02 22:07:47 +05:30
Udhay-Adithya
3903277aa9 chore: resolve merge conflicts 2025-07-02 21:03:16 +05:30
Udhay-Adithya
6c7c57d8fb fix: update environment model references and ensure correct request model is returned in pre-request script 2025-07-02 17:43:19 +05:30
Udhay-Adithya
fe6720f4c7 fix: ensure executionRequestModel is a copy to avoid modifying the original request model 2025-07-02 13:39:12 +05:30