Tutorials

Authenticate with python / kivy

1Install dependencies

Install the required dependencies for Python and Kivy.

pip install kivy requests shelve

2Create the auth_service.py file

Create a separate file for handling OTP verification and JWT storage in the client.

3Create the main.py file

Create the main Kivy app for the login screen and the authenticated/unauthenticated views.

4Run the Kivy app

Run the Kivy application to test the login and authentication flow.