Currently we don't support PKCE as introduced in Mastodon v4.3.0, as noted in #3.
In order to support this, we likely would want to re-work the current database structure and create proper access grants and access token records, since you need to store the PKCE challenge and challenge method with the access grant, and then verify it in the code for token exchange if present.
Currently we don't support PKCE as introduced in Mastodon v4.3.0, as noted in #3.
In order to support this, we likely would want to re-work the current database structure and create proper access grants and access token records, since you need to store the PKCE challenge and challenge method with the access grant, and then verify it in the code for token exchange if present.