SECURITY AND PRIVACY
Password and session security
Rota Generator uses the authentication and password hashing provided by the Laravel framework rather than storing plaintext passwords.
Passwords
Passwords are hashed. Password reset uses secure reset tokens rather than sending an existing password back to the user.
Sessions
Authenticated browser sessions use the configured secure Laravel session system. Log out when using a shared or public computer.