[PR #794] [MERGED] feat: add support for code_challenge_methods_supported #610

Closed
opened 2025-10-07 00:19:25 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pocket-id/pocket-id/pull/794
Author: @kmendell
Created: 7/28/2025
Status: Merged
Merged: 7/30/2025
Merged by: @kmendell

Base: mainHead: feat/code-challenges-supported


📝 Commits (1)

  • 861efc3 feat: .well-known code_challenge_methods_supported

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 backend/internal/controller/well_known_controller.go (+1 -0)

📄 Description

Fixes: https://github.com/pocket-id/pocket-id/issues/790

Added both "plain" and "S256" from here https://datatracker.ietf.org/doc/html/rfc7636#section-6.2.2


🔄 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/pocket-id/pocket-id/pull/794 **Author:** [@kmendell](https://github.com/kmendell) **Created:** 7/28/2025 **Status:** ✅ Merged **Merged:** 7/30/2025 **Merged by:** [@kmendell](https://github.com/kmendell) **Base:** `main` ← **Head:** `feat/code-challenges-supported` --- ### 📝 Commits (1) - [`861efc3`](https://github.com/pocket-id/pocket-id/commit/861efc3f02ff40779638605f065b4ae6dc362951) feat: .well-known code_challenge_methods_supported ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `backend/internal/controller/well_known_controller.go` (+1 -0) </details> ### 📄 Description Fixes: https://github.com/pocket-id/pocket-id/issues/790 Added both "plain" and "S256" from here https://datatracker.ietf.org/doc/html/rfc7636#section-6.2.2 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-07 00:19:25 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#610