Pushing code with API key instead of password



  • It's quite insecure to push code from external editor with email and password. Why not create API key for every user (instead of using password) and use that instead.

    This makes things a bit more secure, considering that with email and password, people can get access to my billing history, cancel subscriptions or order new ones.


  • Dev Team

    Yes, we plan to introduce API keys and more documented API endpoints in the future.