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

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

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
160
points
88
downloads

Publisher

verified publisheraim-dart.dev

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

aim_server

More

Packages that depend on aim_server_cookie