Merge branch 'fix-oauth-app-registration' into 'develop'

Change redirect_uris to accept array of strings

See merge request pleroma/pleroma!4423
This commit is contained in:
lain 2026-01-16 10:21:41 +00:00
commit 09aad75b33
6 changed files with 87 additions and 5 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.