feat auth methods api#2916
Conversation
Greptile SummaryThis PR adds the Auth methods API feature launch: a new docs page ( Confidence Score: 4/5Safe to merge once the missing blog cover image is added; all other content is consistent and well-structured. Score is capped at 4 due to the outstanding P1 (missing cover image) that was flagged previously and remains unresolved, causing broken image renders in both the blog post and changelog entry. src/routes/blog/post/announcing-auth-methods-api/+page.markdoc and src/routes/changelog/(entries)/2026-04-29.markdoc both reference the absent cover image at /images/blog/announcing-auth-methods-api/cover.png. Important Files Changed
Reviews (2): Last reviewed commit: "add missing page" | Re-trigger Greptile |
| layout: post | ||
| title: "Announcing the Auth methods API: Toggle authentication methods programmatically" | ||
| description: Authentication methods can now be enabled or disabled directly through Appwrite Server SDKs. Provision project auth configuration from code, automate environment setup, and centralize policy across your projects. | ||
| date: 2026-04-29 |
There was a problem hiding this comment.
The frontmatter declares cover: /images/blog/announcing-auth-methods-api/cover.png, but static/images/blog/announcing-auth-methods-api/cover.png does not exist in the repo or in this PR. The blog post and the changelog entry (which reuses the same path) will both render a broken image.
No description provided.