secure_session 1.0.5 secure_session: ^1.0.5 copied to clipboard
Secure stateless cookie session for Dart. It is a simple and secure way to manage user sessions in web applications.
Changelog #
1.0.0 #
- Initial version.
1.0.1 #
- Add the
clear
method.
1.0.2 #
- Add the
delete
method. - Add the
regenerate
method. - Add the possibility to set multiple session options.
1.0.3 #
- fix: add src folder and exports correctly.
1.0.4 #
- feat: add
get
method to get the raw session data.
1.0.5 #
- fix: improve usage and add full encoding capabilities for dart httpserver