Skip to main content

🔒 Logout Functionality

The Logout feature in the Middleman App ensures a secure and seamless way for users to end their session. The process is designed with security in mind, preventing unauthorized access and safeguarding user credentials.


📌 How to Log Out

  1. Navigate to Profile Section:

    • Open the Middleman App.
    • Tap on your profile icon in the top-right corner.
    • Scroll down to find the Logout option.
  2. Initiate Logout:

    • Click on the Logout button.
    • A confirmation prompt will appear with the message:

      Are you sure you want to log out?

    • Choose Yes to confirm.
  3. Secure Session Termination:

    • The system securely clears session data.
    • Ensures that no sensitive information is stored after logout.
    • Prevents unauthorized access by invalidating tokens.
  4. Redirect to Login Screen:

    • Once logged out, the app redirects the user to the Login screen.
    • If the user wants to log back in, they must re-enter their credentials.

🔐 Security Measures

  • Session Handling:
    • All active sessions are securely terminated.
    • Token-based authentication ensures the session cannot be reused.
  • Prevent Unauthorized Access:
    • No cached credentials or stored passwords.
    • Requires full re-authentication upon re-login.
  • Protection Against Attacks:
    • Prevents session hijacking.
    • Ensures log-out request cannot be tampered with.

⚠️ Important Notes

  • Once logged out, users must manually log in again to access their account.
  • If the user logs out and their device is shared, it's recommended to clear browser cookies (if using the web version).
  • Always ensure that logout is confirmed before closing the app.

🆘 Need Help?

If you face any issues with logging out, contact our support team:

Secure your session today! 🔐