Menu Control
Explore how to implement menu controls in a Python and Transcrypt web app to manage lookup tables securely. Learn to restrict access based on user login, enable editing, adding, and deleting entries through an intuitive menu interface.
We'll cover the following...
We'll cover the following...
About the application
In this application, we looked at a slight modification in landingPageMenu.py to ensure that the user needs to be logged in to view, update, and delete entries in a lookup table. The logout option should be disabled for the user who is not logged in. ...