feat: add invitation code support to OAuth login flow#156
Conversation
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 🧹 Recent nitpick comments
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Approved would be good to add tests to the kinde_sdk/auth/oauth.py |
|
@DanielRivers , tests added as requested. |
Added invitation code support to OAuth login flow
Add support for invitation_code query parameter in FastAPI and Flask login routes. Automatically set is_invitation flag when invitation_code is provided. Add INVITATION_CODE and IS_INVITATION to LoginOptions.
Checklist
🛟 If you need help, consider asking for advice over in the Kinde community.