-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: use correct auth keys for Facebook and Twitter login #202
Conversation
Though this will work, it uncovers a deeper issue. The Keys should be encoded instead of using the coding keys directly |
Sources/ParseSwift/Authentication/3rd Party/ParseFacebook.swift
Outdated
Show resolved
Hide resolved
Sources/ParseSwift/Authentication/3rd Party/ParseFacebook.swift
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## main #202 +/- ##
==========================================
- Coverage 83.31% 83.29% -0.03%
==========================================
Files 76 76
Lines 7206 7206
==========================================
- Hits 6004 6002 -2
- Misses 1202 1204 +2
Continue to review full report at Codecov.
|
Can you add a change log entry? |
LGTM thanks for the fixes! |
Thank you @cbaker6! |
Closes #201.
Sets correct payload for FB login.