Tutorials

Authenticate with python / streamlit

1Get public key

Download the public key and move it to your project directory.

Get Public Key

2Install dependencies

First, install the required packages for Streamlit, JWT handling, and cryptography.

3Create the auth.py file

In this step, create a separate file for OTP verification and JWT decoding.

4Create the app.py file

Create the main Streamlit app file with authentication views.

5Run the Streamlit app

Run the application locally using Streamlit.