Kitura-Session icon indicating copy to clipboard operation
Kitura-Session copied to clipboard

A pluggable framework for managing user sessions in a Swift server using Kitura

Results 2 Kitura-Session issues
Sort by recently updated
recently updated
newest added

Fix a bug that was preventing strings from being stored directly as session values

See https://www.owasp.org/index.php/HttpOnly I believe we should be setting the `HttpOnly` attribute on Session cookies by default. Currently we only set the `domain` and `path` attributes, and rely on the user...