[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
- after using the coding agents its code b...
can anybody suggest me an ai tool that i can use to create the system desgins without the suggestion things because it at last create a mess
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- User Filter/Sorting/Analytics
Currently the dashboard for users is very limited. I would like to have an option to sort by column and also to filter by column, to for example find users that...