[PR #1] [MERGED] Add delete client command #1

Closed
opened 2025-12-31 16:27:35 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ysoftdevs/dexregistrar/pull/1
Author: @salatamartin
Created: 8/5/2021
Status: Merged
Merged: 8/5/2021
Merged by: @salatamartin

Base: masterHead: feature/unregister


📝 Commits (3)

  • 173b8a2 Update the client if it already exists
  • 6635687 Add a delete client command
  • bc748d2 Bump version to 1.1

📊 Changes

2 files changed (+56 additions, -16 deletions)

View changed files

📝 VERSION (+1 -1)
📝 cmd/register.go (+55 -15)

📄 Description

The changes in this PR include

  • The register command now updates the client if the client already exists (specifically the reply URLs)
  • A delete command is added that deletes the specified client

🔄 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/ysoftdevs/dexregistrar/pull/1 **Author:** [@salatamartin](https://github.com/salatamartin) **Created:** 8/5/2021 **Status:** ✅ Merged **Merged:** 8/5/2021 **Merged by:** [@salatamartin](https://github.com/salatamartin) **Base:** `master` ← **Head:** `feature/unregister` --- ### 📝 Commits (3) - [`173b8a2`](https://github.com/ysoftdevs/dexregistrar/commit/173b8a2d524a9ddf840a01b7407d8e7f6582c65d) Update the client if it already exists - [`6635687`](https://github.com/ysoftdevs/dexregistrar/commit/6635687d7ae251f358a961640707d73b08bd1c4f) Add a delete client command - [`bc748d2`](https://github.com/ysoftdevs/dexregistrar/commit/bc748d23db3be7e0ab37c52609e5bc0367d3ca83) Bump version to 1.1 ### 📊 Changes **2 files changed** (+56 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `VERSION` (+1 -1) 📝 `cmd/register.go` (+55 -15) </details> ### 📄 Description The changes in this PR include - The register command now updates the client if the client already exists (specifically the reply URLs) - A `delete` command is added that deletes the specified client --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-31 16:27:35 +01:00
adam closed this issue 2025-12-31 16:27:35 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-mirrors/dexregistrar#1