Versions in this module Expand all Collapse all v0 v0.2.0 Mar 19, 2019 Changes in this version + func JWTContext(next http.Handler) http.Handler + type Claims struct + Admin bool + Banned bool + Country *string + ID int64 + Locale *string + Name *string + Verified bool + type Context struct + Claims Claims + Token string + type Level int + const ADMIN + const ADMINUSER + const CLAIMS + const PUBLIC + const SERVER + const USER