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.