aim_server_cookie 0.2.0 copy "aim_server_cookie: ^0.2.0" to clipboard
aim_server_cookie: ^0.2.0 copied to clipboard

Cookie support for Aim framework with secure options like HttpOnly, SameSite, and expiration.

0.2.0 #

0.1.1 #

0.1.0 #

0.0.1 #

  • Initial release of aim_server_cookie package
  • Added setCookie() method for setting cookies with full option support:
    • Path and Domain control
    • Max-Age and Expires for expiration
    • HttpOnly flag for XSS protection
    • Secure flag for HTTPS-only cookies
    • SameSite attribute (Strict, Lax, None) for CSRF protection
  • Added deleteCookie() method for easy cookie deletion
  • Support for multiple cookies in a single response
  • Automatic HTTP date formatting (RFC 1123)
  • Type-safe CookieOptions configuration
  • Complete example application demonstrating all features
1
likes
150
points
127
downloads

Documentation

API reference

Publisher

verified publisherdart-forge.dev

Weekly Downloads

Cookie support for Aim framework with secure options like HttpOnly, SameSite, and expiration.

License

MIT (license)

Dependencies

aim_core

More

Packages that depend on aim_server_cookie