-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Labels
No labels