mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
[PR #794] [MERGED] feat: add support for code_challenge_methods_supported
#610
Reference in New Issue
Block a user
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/pocket-id/pocket-id/pull/794
Author: @kmendell
Created: 7/28/2025
Status: ✅ Merged
Merged: 7/30/2025
Merged by: @kmendell
Base:
main← Head:feat/code-challenges-supported📝 Commits (1)
861efc3feat: .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.