mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3225] [MERGED] feat: introducing ability to conditionally enable auth providers in dashboard #4291
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4291
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/3225
Author: @joeljstephen
Created: 8/2/2023
Status: ✅ Merged
Merged: 8/17/2023
Merged by: @AndrewBastin
Base:
release/2023.8.0← Head:feat/conditional-auth-dashboard📝 Commits (5)
d254885feat: introducing conditional auth to dashboardd0cbfbarefactor: replaced text with i18n strings in login component5ee0b00refactor: updated i18n strings34fe0d5fix: no icons in login page2aba558refactor: replaced text with i18n strings📊 Changes
4 files changed (+108 additions, -59 deletions)
View changed files
📝
packages/hoppscotch-sh-admin/index.html(+1 -1)📝
packages/hoppscotch-sh-admin/locales/en.json(+19 -0)📝
packages/hoppscotch-sh-admin/src/components.d.ts(+34 -35)📝
packages/hoppscotch-sh-admin/src/components/app/Login.vue(+54 -23)📄 Description
Closes HBE-211
Description
This PR introduces the ability to allow admins to conditionally enable or disable auth providers in the Admin Dashboard by listing all the auth providers that are required by the admin in a new environment variable.
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.