proxyman-windows-linux icon indicating copy to clipboard operation
proxyman-windows-linux copied to clipboard

Support Auth Preview Tab

Open NghiaTranUIT opened this issue 2 years ago • 0 comments

Description

We should support the Auth Tab

CleanShot 2023-10-17 at 14 55 11@2x

Acceptance Criteria

  • Support: Basic Authentication, Digest, Bearer (JWT), Oauth, Hawk
  • Ping @NghiaTranUIT to get the Authorization.swift and AuthorizationTests.swift and 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.swift for how to parse each Auth data.
  • Write Unit Test, by following the file: AuthorizationTests.swift to cover all common cases.

NghiaTranUIT avatar Oct 17 '23 08:10 NghiaTranUIT