Versions in this module Expand all Collapse all v1 v1.1.0 Feb 21, 2025 v1.0.0 Mar 4, 2024 Changes in this version + type AnonymousUserAuthentication struct + func (a *AnonymousUserAuthentication) Authenticate(c *gin.Context) (bool, error) + type Authentication interface + Authenticate func(*gin.Context) (bool, error) + type User struct + Email string + Name string + func CurrentUser(c *gin.Context) (*User, error)