Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 221 Bytes

File metadata and controls

10 lines (9 loc) · 221 Bytes

Caddy-JWT-logging-

Caddy plugin to monitor JWT. A log is generated whenever a JWT with a lifetime longer than one year is detected.

In caddyfile :

route {
				jwt_logger
				reverse_proxy /* http://web:80
			}