[PR #2021] [MERGED] feat: (authentication) Api key based authentication [#2000] #3601

Closed
opened 2026-03-17 01:12:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2021
Author: @EdwinFajardoBarrera
Created: 12/17/2021
Status: Merged
Merged: 12/17/2021
Merged by: @liyasthomas

Base: mainHead: main


📝 Commits (4)

  • ad6bb29 feat: (authentication) Api key based authentication [#2000] WIP
  • 42ee44f feat: improvement in flow of api-key-based authentication and resolved bugs
  • a13fe8d Update packages/hoppscotch-app/helpers/utils/EffectiveURL.ts
  • da349c9 Apply suggestions from code review

📊 Changes

3 files changed (+122 additions, -12 deletions)

View changed files

📝 packages/hoppscotch-app/components/http/Authorization.vue (+91 -0)
📝 packages/hoppscotch-app/helpers/utils/EffectiveURL.ts (+29 -11)
📝 packages/hoppscotch-app/locales/en.json (+2 -1)

📄 Description

Closes #2000

Description

This is the PR linked to the addition of support api-key based authentication.

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

Additional Information

Added:
image
image

image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/2021 **Author:** [@EdwinFajardoBarrera](https://github.com/EdwinFajardoBarrera) **Created:** 12/17/2021 **Status:** ✅ Merged **Merged:** 12/17/2021 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`ad6bb29`](https://github.com/hoppscotch/hoppscotch/commit/ad6bb295c09d42fef54b73169870ade757aa2deb) feat: (authentication) Api key based authentication [#2000] WIP - [`42ee44f`](https://github.com/hoppscotch/hoppscotch/commit/42ee44fa263e318522c9ec17b1ff1d10c91fd01c) feat: improvement in flow of api-key-based authentication and resolved bugs - [`a13fe8d`](https://github.com/hoppscotch/hoppscotch/commit/a13fe8d13b976f5ca260b27daaca6b15a5cc7f11) Update packages/hoppscotch-app/helpers/utils/EffectiveURL.ts - [`da349c9`](https://github.com/hoppscotch/hoppscotch/commit/da349c9b14657e8491fb426b8f78d7f16ffc539d) Apply suggestions from code review ### 📊 Changes **3 files changed** (+122 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/components/http/Authorization.vue` (+91 -0) 📝 `packages/hoppscotch-app/helpers/utils/EffectiveURL.ts` (+29 -11) 📝 `packages/hoppscotch-app/locales/en.json` (+2 -1) </details> ### 📄 Description <!-- Thanks for creating this pull request 🤗 Please make sure that the pull request is limited to one type (docs, feature, etc.) and keep it as small as possible. You can open multiple prs instead of opening a huge one. --> <!-- If this pull request closes an issue, please mention the issue number below --> Closes #2000 <!-- Issue # here --> ### Description <!-- Add a brief description of the pull request --> This is the PR linked to the addition of support api-key based authentication. <!-- You can also choose to add a list of changes and if they have been completed or not by using the markdown to-do list syntax - [ ] Not Completed - [x] Completed --> ### Checks <!-- Make sure your pull request passes the CI checks and do check the following fields as needed - --> - [x] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [x] All the tests have passed ### Additional Information <!-- Any additional information like breaking changes, dependencies added, screenshots, comparisons between new and old behavior, etc. --> Added: ![image](https://user-images.githubusercontent.com/36389489/146477386-e9b1f987-420c-4fdb-8615-3127ff816879.png) ![image](https://user-images.githubusercontent.com/36389489/146477425-a79bf696-67bd-4f55-bc5e-50ca7dba3814.png) ![image](https://user-images.githubusercontent.com/36389489/146477353-489510f2-9f76-469f-8df7-c79b4cadff33.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:12:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3601
No description provided.