This module provides a session management service for Supranim applications. It defines a SessionService that can be used to create, manage, and clean up user sessions.
The service provides controller procedures for handling user login, registration, password reset flows and templates for Tim Engine.
Also, it generates and manages CSRF tokens for form submissions and provides a simple API for storing flash notifications in the user session that can be displayed after redirects or form submissions.
For using this Supranim package you can take a look at the Supranim Starter Kit which is a boilerplate Supranim application that includes the necessary setup for using the SessionService along with example routes and templates for user authentication flows