CLI Authentication
If you’re building a command line application that runs in a terminal, you can use Stack Auth to let your users log in to their accounts.
To do so, we provide a Python template that you can use as a starting point. Download it here and copy it into your project, for example:
Then, you can import the prompt_cli_login
function: