Skip to content

Session Mangement

Managing user sessions properly provide a secure and smooth experience in your app. This guide covers how to handle user authentication, maintain active sessions, and handle user logouts.

Keep in mind that Amee does not provide high-level utilities for common tasks such as Signin or getSession. It is designed to give you full controll over sessions management, offering you the flexibility to implement your own logic as needed.