feat: Add QQ authentication helpers#469
Conversation
|
🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review. Tip
Note Please respond to review comments from AI agents just like you would to comments from a human reviewer. Let the reviewer resolve their own comments, unless they have reviewed and accepted your commit, or agreed with your explanation for why the feedback was incorrect. Caution Pull requests must be written using an AI agent with human supervision. Pull requests written entirely by a human will likely be rejected, because of lower code quality, higher review effort and the higher risk of introducing bugs. Please note that AI review comments on this pull request alone do not satisfy this requirement. Our CI and AI review are safeguards, not development tools. If many issues are flagged, rethink your development approach. Invest more effort in planning and design rather than using review cycles to fix low-quality code. |
📝 WalkthroughWalkthroughThis pull request adds QQ third-party authentication to the ParseSwift framework. It introduces a new ChangesQQ Authentication Integration
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes 🚥 Pre-merge checks | ✅ 7✅ Passed checks (7 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
New Pull Request Checklist
Issue Description
Refs #55
Adds ParseSwift client helpers for Parse Server's QQ authentication adapter.
Approach
ParseQQwrapper with auth typeqq.code+redirect_uriauthData and deprecatedid+access_tokencompatibility.TODOs before merging
None.
Testing
git diff --check -- ParseSwift.xcodeproj/project.pbxprojswift buildswift test --enable-code-coverage --filter ParseQQpassed: 18 tests, 0 failures.