Some pages require a user badge. A user badge is a quick way to identify who's performing the actions without having to manually type in a login and a password each time there's a shift change.

This means that the manager logs in once and for all on Beverage Platform, and then each user can use his/her badge to authorize certain actions, like preparing an order or printing order preparations.

You can print/see the user badge on the User page in the Tech section.

Simulate badge

You can bypass badge authentication by adding a new localStorage key manually. In the console run:

⚠ You should set your OWN email and id

	localStorage.setItem('badge', JSON.stringify({id: 615, email: "[email protected]", name: "Test Test"}))