[SOLVED] Is it possible to configure auth settings via .env or cli or something else ?
- 1
- Resolved
- Tools
- Accounts
Right now I can configure oauth with Google, apple and etc only via UI. It's not a convenient way for automated deployment...Is there any way I can pre-configure it or configure it via cli ?
Yes, you can configure via CLI or APi. Everything done in the Console is available via API
https://appwrite.io/docs/command-line-commands
Well...I can't find anything related to Auth configuration such as set client secret/client id for Google auth provider
It's under projects. So try appwrite projects --help
Thanks ! I'll try it now.
Yeah. It works. Thanks, Steven !
[SOLVED] Is it possible to configure auth settings via .env or cli or something else ?
Recommended threads
- Framework categorization for Sites
Hello, I want to deploy my web app via Appwrite SItes. My web app is vite+reactjs. In the Appwrite docs, it creates a vite+react app, and chooses React from the...
- How to use Appwrite MCP on Claude Deskto...
Hello I'd like to use the Appwrite MCP with Claude Desktop and have set up the connector, but asking questions about my Appwrite instance does not work. Any ide...
- Impossible to create project via CLI?
Is it possible to create a new project via the appwrite CLI ? I need to create a few projects for something I'm working on and because i don't want to do it man...