Skip to content
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

Authorization tab #60

Open
7 tasks
danirod opened this issue Aug 5, 2024 · 0 comments
Open
7 tasks

Authorization tab #60

danirod opened this issue Aug 5, 2024 · 0 comments
Assignees
Milestone

Comments

@danirod
Copy link
Owner

danirod commented Aug 5, 2024

  • Create a new tab page in the request notebook for the Authorization information.
  • Design a class system similar to the one used for bodies, where different panels can co-exist and be chosen.
  • Implement some authorization schemes:
    • Basic authorization as defined in RFC 7617
    • Digest authorization as defined in RFC 7616
    • Bearer authorization as defined in RFC 6750
  • Make sure that if an authorization scheme is set, the Authorization header is automatically appended to HTTP requests.

I know what OAuth is an authorization scheme that would be highly requested, but the complexity at the moment makes it outside of the scope of this issue.

@danirod danirod added this to the 0.2 milestone Aug 5, 2024
@danirod danirod self-assigned this Aug 5, 2024
@danirod danirod added this to Cartero Aug 5, 2024
@danirod danirod moved this to To Do in Cartero Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Do
Development

No branches or pull requests

1 participant