Registry / auth / greenpau-caddy-auth-jwt

greenpau-caddy-auth-jwt

JSON →
library1.3.24gogounverified

Caddy Auth JWT is a Caddy module that provides JWT-based authentication and authorization for web applications.

go get github.com/greenpau/caddy-auth-jwt
INSTALL
IMPORT
SIG · GREENPAU-CADDY-AUT
G
greenpau-caddy-auth-jwt
authgov1.3.24
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.

caddyauthjwt
github.com/greenpau/caddy-auth-jwt

Minimal example showing how to register the JWT auth module with Caddy.

package main import ( "github.com/caddyserver/caddy/v2" "github.com/caddyserver/caddy/v2/caddyconfig/caddyfile" _ "github.com/greenpau/caddy-auth-jwt" ) func main() { caddy.TrapSignals() caddy.Run(caddyfile.Parse("Caddyfile", []byte(`{ auth { jwt { signing_key mysecret } } }`))) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
OpenAI (training)
1
Resources
greenpau-caddy-auth-jwt — go get greenpau-caddy-auth-jwt · libregistry