Skip to content

Tags: gkzy/sessions

Tags

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update go.mod: removes gorilla/context (gorilla#196)

v1.1.3

Toggle v1.1.3's commit message
Don't use t.Run in tests, not supported in earlier Go versions

This package is meant to work on Go versions going back to Go 1.3,
which means tests can't use testing.T.Run which doesn't exists in Go
1.6 and earlier.

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adds support for SameSite cookie attribute (gorilla#165)

v1.1.1

Toggle v1.1.1's commit message
Add AUTHORS file; update LICENSE (gorilla#158)

v1.1

Toggle v1.1's commit message
[docs] Updated sessioncascade project URL. (gorilla#94)