Skip to content

Release v0.0.1

Latest
Compare
Choose a tag to compare
@SebiWrn SebiWrn released this 22 Mar 10:39
· 1 commit to main since this release

This is the first release of my gin-sessions package. This package is a rewrite of gorilla/sessions to use it with the gin-gonic framework.

Every function needed now takes gin.Context as Parameter and no longer takes the http parameters. This makes use of the sessions much easier.

Yet there is no support for flashes.