Feat: Support appwrite oauth#202
Conversation
Greptile SummaryThis PR adds
Confidence Score: 3/5The change is small but likely incomplete — the missing endpoint field would leave the migrated Appwrite OAuth provider non-functional without manual intervention after migration. The appwrite provider entry omits the endpoint field that every other self-hosted OAuth provider in the list includes, meaning the destination would have no way to reach the correct Appwrite instance. This is a functional gap in the migration, not just a style nit. src/Migration/Resources/Auth/OAuth2/OAuth2Provider.php — verify whether Appwrite OAuth requires an endpoint and add it if so, and move the entry to its correct alphabetical position. Important Files Changed
|
No description provided.