[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
- Appwriter Linux Key Bindings
Any tips for configuring appwriter for ubuntu? Actually the keybindings are tightly binded to either windows or mac. Working well on windows but in ubuntu some ...
- Admin Impersonating Clients?
I have a client that needs to use the admin User, to impersonate the Clients in order to debug better the App and the services that they are providing, could yo...
- create project api-rest
Hello good afternoon, I'm developing a project where I need to create a project by apirest, but I'm stuck with this "projects.read" permission, can I change my ...