Versions in this module Expand all Collapse all v1 v1.3.7 Jul 30, 2024 Changes in this version + type AuthContext struct + Server ServerInfo + User UserInfo + func (a AuthContext) IsAuthenticated() bool v1.3.6 Jul 10, 2024 v1.3.5 Jul 10, 2024 Changes in this version + type ServerInfo struct + ServerName string v1.3.4 Feb 9, 2024 Changes in this version + func GetRequestUserAdminStatus(r *http.Request, rctx rcontext.RequestContext, user UserInfo) (bool, bool) + type UserInfo struct + AccessToken string + IsShared bool + UserId string