Skip to content

Authentication Management #12

@aadityansha06

Description

@aadityansha06

Auth Types Supported:

┌────────────────────────────────────────────┐
│ 1. Bearer Token                            │
│ 2. API Key (Header/Query param)           │
│ 3. Basic Auth (username/password)         │
│ 4. OAuth 2.0 (Token refresh)              │
│ 5. Custom Headers                          │
└────────────────────────────────────────────┘

Collection Auth:
  GitHub API → Bearer Token (from {{GITHUB_TOKEN}})
  
Request Override:
  ✓ Use collection auth
  ○ Custom auth for this request only

Implementation

  • Let the user first enter the link for get or post request
  • On backend check whether it reuire any kind of Auth or not
  • if any Auth is reuire check it's type
  • On client side (i.e to user) just ask to enter auth token or username and pass
  • merge it with link on backend and send it

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions