session_jar 0.0.4 copy "session_jar: ^0.0.4" to clipboard
session_jar: ^0.0.4 copied to clipboard

A simple server side package for creating and maintaining sessions in dart.

[0.0.4] - 2021-03-13 #

  • fixed multiple cookie bug
  • the path of session is now modifiable
  • the sessionJar of a session must now have the same type as the session

[0.0.3] - 2021-03-10 #

  • Session body can now be null.
  • body is now a named parameter in [SessionJar.create()]

[0.0.2] - 2021-03-10 #

  • session bodies can now be modified.
  • added support for a default exiration time.

[0.0.1] - 2021-03-09 #

  • create sessions
  • convert sessions to cookies
  • get session data from a cookie
1
likes
140
pub points
0%
popularity

Publisher

unverified uploader

A simple server side package for creating and maintaining sessions in dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on session_jar