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
Add the AppleOAuth2Provider config to the plugin config
Attempt to log in with apple (signin("apple"))
Expected behavior
Users should be able to log in. I've confirmed that adding the response_mode=form_post parameter to the OAuth url fixes this issue. Additional info
The text was updated successfully, but these errors were encountered:
Describe the bug
Apple OAuth fails with:
To Reproduce
AppleOAuth2Provider
config to the plugin configsignin("apple")
)Expected behavior
Users should be able to log in. I've confirmed that adding the
response_mode=form_post
parameter to the OAuth url fixes this issue. Additional infoThe text was updated successfully, but these errors were encountered: