You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: