Files
svemagie b54146ce5b fix(oauth): echo state parameter back in authorization redirect
OAuth 2.0 requires the server to echo the state parameter in the
callback redirect. Mastodon clients (e.g. murmel.social) send a
state value and fail with 'missing parameters' if it is absent.

Thread state through: GET query → session store → hidden form field
→ POST body → callback redirect (approve and deny paths).
2026-03-27 16:47:42 +01:00
..