Feat oauth2 improvements#3115
Conversation
Console (appwrite/console)Project ID: Tip MCP server integration brings LLM superpowers to Claude Desktop and Cursor IDE |
Greptile SummaryThis PR adds the Appwrite OAuth2 provider and extends the OIDC provider with two new configurable parameters — a multi-select
Confidence Score: 5/5Safe to merge — the changes are additive (new provider, two new optional OIDC fields) with no modifications to existing provider flows. Both new features are isolated: the Appwrite provider follows the same straightforward pattern as every other provider, and the OIDC prompt/maxAge additions use a dedicated state layer with correct change detection. No existing behaviour is altered. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "Code quality improvements" | Re-trigger Greptile |

What does this PR do?
Test Plan
Manual QA
Appwrite:
OIDC:
Related PRs and Issues
x
Have you read the Contributing Guidelines on issues?
Yes