Versions in this module Expand all Collapse all v0 v0.1.1 Mar 20, 2024 v0.1.0 Mar 20, 2024 Changes in this version + func CreateMiddleware(config Config) func(next http.Handler) http.Handler + type ClaimType int + const Address + const Birthdate + const Email + const EmailVerified + const FamilyName + const Gender + const GivenName + const Locale + const MiddleName + const Name + const Nickname + const PhoneNumber + const PhoneNumberVerified + const Picture + const PreferredUsername + const Profile + const UpdatedAt + const Website + const Zoneinfo + type Config struct + Request []headerInjector + Response []headerInjector + type ConfigSchema struct + Request []HeaderSchema + Response []HeaderSchema + func (s *ConfigSchema) CreateConfig() Config + func (s *ConfigSchema) Validate() error + type HeaderSchema struct + Name string + Type string + Values []string