Registry / auth / labstack-echo-jwt-v4

labstack-echo-jwt-v4

JSON →
library4.4.0gogounverified

JWT authentication middleware for the Echo web framework v4.

go get github.com/labstack/echo-jwt/v4
INSTALL
IMPORT
SIG · LABSTACK-ECHO-JWT-
L
labstack-echo-jwt-v4
authgov4.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

echojwt
github.com/labstack/echo-jwt/v4

Add JWT middleware to an Echo v4 server.

package main import ( "github.com/labstack/echo/v4" "github.com/labstack/echo-jwt/v4" ) func main() { e := echo.New() e.Use(echojwt.JWT([]byte("secret"))) e.Start(":8080") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.4.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
18
Resources
labstack-echo-jwt-v4 — go get labstack-echo-jwt-v4 · libregistry