Add consent and account_select to Microsoft Entra#613
Add consent and account_select to Microsoft Entra#613edulelis merged 1 commit intoelie222:stagingfrom
Conversation
|
@edulelis is attempting to deploy a commit to the Inbox Zero OSS Program Team on Vercel. A member of the Team first needs to authorize it. |
WalkthroughThe update modifies the Microsoft OAuth provider's authorization parameters to include Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (8)apps/web/**/*.{ts,tsx}📄 CodeRabbit Inference Engine (apps/web/CLAUDE.md)
Files:
!{.cursor/rules/*.mdc}📄 CodeRabbit Inference Engine (.cursor/rules/cursor-rules.mdc)
Files:
**/*.ts📄 CodeRabbit Inference Engine (.cursor/rules/form-handling.mdc)
Files:
**/*.{ts,tsx}📄 CodeRabbit Inference Engine (.cursor/rules/logging.mdc)
Files:
apps/web/utils/**📄 CodeRabbit Inference Engine (.cursor/rules/project-structure.mdc)
Files:
apps/web/utils/**/*.ts📄 CodeRabbit Inference Engine (.cursor/rules/project-structure.mdc)
Files:
**/*.{js,jsx,ts,tsx}📄 CodeRabbit Inference Engine (.cursor/rules/ultracite.mdc)
Files:
!pages/_document.{js,jsx,ts,tsx}📄 CodeRabbit Inference Engine (.cursor/rules/ultracite.mdc)
Files:
🧠 Learnings (11)📓 Common learnings📚 Learning: applies to apps/web/utils/{ai,llms}/**/*.ts : keep system prompts and user prompts separate in llm-r...Applied to files:
📚 Learning: applies to apps/web/utils/{ai,llms}/**/*.ts : user prompt should contain the actual data and context...Applied to files:
📚 Learning: applies to apps/web/utils/{ai,llms}/**/*.ts : system prompt should define the llm's role and task sp...Applied to files:
📚 Learning: applies to apps/web/utils/actions/*.ts : use `actionclient` when both authenticated user context and...Applied to files:
📚 Learning: applies to apps/web/app/api/**/*.{ts,js} : review all new witherror usage in api routes to ensure cu...Applied to files:
📚 Learning: applies to apps/web/app/api/**/route.ts : use `withemailaccount` for email-account-level operations...Applied to files:
📚 Learning: applies to apps/web/utils/{ai,llms}/**/*.ts : use typescript types for all parameters and return val...Applied to files:
📚 Learning: the clean onboarding page in apps/web/app/(app)/[emailaccountid]/clean/onboarding/page.tsx is intent...Applied to files:
📚 Learning: applies to apps/web/utils/actions/*.ts : use `actionclientuser` when only authenticated user context...Applied to files:
📚 Learning: applies to apps/web/utils/{ai,llms}/**/*.ts : use proper error types and logging in llm-related code...Applied to files:
🔇 Additional comments (2)
✨ Finishing Touches
🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Summary by CodeRabbit
New Features
Style