secure_session 1.0.5 copy "secure_session: ^1.0.5" to clipboard
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
2
likes
160
pub points
31%
popularity

Publisher

verified publisherserinus.app

Secure stateless cookie session for Dart. It is a simple and secure way to manage user sessions in web applications.

Repository (GitHub)
View/report issues

Topics

#secure #session #http #server

Documentation

API reference

License

MIT (license)

Dependencies

crypto, encrypt

More

Packages that depend on secure_session