-
Notifications
You must be signed in to change notification settings - Fork 545
add basic authentication features #855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Change name of |
lib/screens/home_page/editor_pane/details_card/request_pane/request_auth.dart
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code is not maintainable
You have put the entire Ui in a single file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Udhay-Adithya Do not mark any comment as resolved. Just add a comment once the issue is resolved. The reviewer will verify it and mark it as resolved.
lib/screens/home_page/editor_pane/details_card/request_pane/request_pane_rest.dart
Outdated
Show resolved
Hide resolved
The same error occurs with all other platforms. This started to occur after upgrading |
- Introduced APIAuthType enum for various authentication methods. - Created APIAuthModel with basic authentication fields. - Updated RequestModel to include authType and authData. - Implemented EditAuthType widget for selecting and managing authentication. - Enhanced CollectionStateNotifier to handle authentication updates. :wq
…date related components
LGTM 🚀 |
PR Description
This PR includes support for these authentication types: Basic, Bearer, JWT Bearer, API Key and Digest Auth
Current Progress/Upcoming changes: discussions/851
Checklist
main
branch before making this PRflutter upgrade
and verify)flutter test
) and all tests are passingAdded/updated tests?
OS on which you have developed and tested the feature?