Versions in this module Expand all Collapse all v0 v0.2.1 Sep 17, 2021 Changes in this version + func Authentication(rbac concept.RBAC) gin.HandlerFunc + func Authorization(rbac concept.RBAC) gin.HandlerFunc + func EncodeSession(sess *Session) (string, error) + type Session struct + Account string + ExpiredAt int64 + Salt string + func GetSessionFromContext(c *gin.Context) (*Session, bool) v0.2.0-rc2 Aug 30, 2021