proxyman-windows-linux
proxyman-windows-linux copied to clipboard
Support Auth Preview Tab
Description
We should support the Auth Tab
Acceptance Criteria
- Support: Basic Authentication, Digest, Bearer (JWT), Oauth, Hawk
- Ping @NghiaTranUIT to get the
Authorization.swiftandAuthorizationTests.swiftand port to Typescript
UI & Logic
- If the Request/Response has the Authentication value -> Show the Auth Tab
- In the Auth Tab -> Show the value and decode the value if possible.
- See
Authorization.swiftfor how to parse each Auth data. - Write Unit Test, by following the file:
AuthorizationTests.swiftto cover all common cases.