[PR #3200] [CLOSED] Added ability to disable displaying authentication providers #4284

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3200
Author: @RaHehl
Created: 7/20/2023
Status: Closed

Base: mainHead: feat/frontend-configure-login-3088


📝 Commits (2)

  • a4a5374 feat: svg badge asset (#3196)
  • b6f9d70 Added ability to disable display of authentication providers

📊 Changes

4 files changed (+28 additions, -0 deletions)

View changed files

📝 .env.example (+6 -0)
packages/hoppscotch-common/public/badge.svg (+1 -0)
📝 packages/hoppscotch-common/src/components/firebase/Login.vue (+13 -0)
📝 packages/hoppscotch-sh-admin/src/components/app/Login.vue (+8 -0)

📄 Description

Closes #3088

Description

This pull request introduces a new feature that allows individual authentication providers to be disabled in the frontend.

Please Note:
This pull request solely focuses on enabling the frontend-based deactivation of authentication providers. The deactivation of providers on the backend level has not been implemented in this PR


🔄 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/3200 **Author:** [@RaHehl](https://github.com/RaHehl) **Created:** 7/20/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/frontend-configure-login-3088` --- ### 📝 Commits (2) - [`a4a5374`](https://github.com/hoppscotch/hoppscotch/commit/a4a537410548960c9690dcc124daa4f1f0b4c6e0) feat: svg badge asset (#3196) - [`b6f9d70`](https://github.com/hoppscotch/hoppscotch/commit/b6f9d70083e4e4930503c0ae05d52efd51e6797a) Added ability to disable display of authentication providers ### 📊 Changes **4 files changed** (+28 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+6 -0) ➕ `packages/hoppscotch-common/public/badge.svg` (+1 -0) 📝 `packages/hoppscotch-common/src/components/firebase/Login.vue` (+13 -0) 📝 `packages/hoppscotch-sh-admin/src/components/app/Login.vue` (+8 -0) </details> ### 📄 Description <!-- If this pull request closes an issue, please mention the issue number below --> Closes #3088 ### Description This pull request introduces a new feature that allows individual authentication providers to be disabled in the frontend. Please Note: This pull request solely focuses on enabling the frontend-based deactivation of authentication providers. The deactivation of providers on the backend level has not been implemented in this PR --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:50:01 +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#4284
No description provided.