Fix OAuth registration redirect_uris array support

This commit is contained in:
Lain Soykaf 2026-01-16 11:25:39 +04:00 committed by Henry Jameson
commit 820a4cd97c
8 changed files with 94 additions and 14 deletions

View file

@ -0,0 +1 @@
Fix OAuth app registration to accept `redirect_uris` as an array of strings (RFC 7591), while keeping backwards compatibility with string input.