[SOLVED] Is it possible to configure auth settings via .env or cli or something else ?
- 1
- 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
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...
- Create a project via REST API or SDK, mi...
I am currently self-hosting Appwrite in my local machine, deployed using docker script in the website. I also installed `appwrite-cli` through npm. I am trying...
- Attach Dart debugger for locally deploye...
Hello there, I was wondering if it is possible to attach debugger to dart function, that I run locally. It would make development much easier :-). Thank you.