middleware

package
v2.0.0-beta.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 25, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Auth

func Auth(opts ...account.Option) func(http.Handler) http.Handler

Auth provides a middleware to authenticate requests using the x-access-token header value and write it to the context. If there is no x-access-token the middleware prevents access and renders a json document.

func RequireAdmin

func RequireAdmin(rm *roles.Manager, logger log.Logger) func(next http.Handler) http.Handler

RequireAdmin middleware is used to require the user in context to be an admin / have account management permissions

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL