Lock section in app by dynamic password change from user to another and work in one device

hello
I want to ask how we can
Lock section in app by dynamic password change from user to another and work in one device
Example : this section is only can open with password (the user have. It) and this password work only in this device
And for other users must have another password that the admin added to database(baserow)

Important : the pasword work only in one device(ID Device) for one user.

What the utillities must used in kodular to make this

  • baswerow database
  • device utillities by ID
    And what ?
    Please I need only a simple Idea to make THIS

For example, add three column on DB named User Id, Password & Login Status.

When user login, check if the password is correct, if yes, check if Login Status is True or False. If True, it means someone is already using the account. Therefore, show user an error alert l. Else if, Login Status is False, allow user to the section and set Login Status to True.

1 Like