Versions in this module Expand all Collapse all v1 v1.0.0 Oct 10, 2023 Changes in this version + func ValidateHostname(hostname string) (string, error) + func ValidateUrl(originUrl string) (*url.URL, error) + type Access struct + func NewAccessValidator(ctx context.Context, domain, issuer, applicationAUD string) (*Access, error) + func (a *Access) Validate(ctx context.Context, jwt string) error + func (a *Access) ValidateRequest(ctx context.Context, r *http.Request) error