package
Version:
v4.8.0
Opens a new window with list of versions in this module.
Published: Oct 9, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Handler returns a http.Handler that gates access to the passed Handler behind
the passed Checker.
Checker is an interface that reports whether the passed request should be
allowed to continue.
PSK implements the AuthCheck interface.
When Check is called the JWT on the incoming http request
will be validated against a pre-shared-key.
NewPSK returns an instance of a PSK
Check implements AuthCheck
Source Files
¶
Click to show internal directories.
Click to hide internal directories.