crowdsec/pkg/apiserver/middlewares/v1
mmetc 0ecb6eefee
add missing scenarios in first login when authenticating with TLS (#2454)
* refact jwt:Authenticator
* include scenarios in first login request for machines with tlsAuth
* log.Printf -> log.Infof
* errors.Wrap -> fmt.Errorf
* don't override validation error
* fix test
2023-10-09 15:26:38 +02:00
..
api_key.go strip '=' signs from encoded api keys (#2472) 2023-09-19 14:00:23 +02:00
jwt.go add missing scenarios in first login when authenticating with TLS (#2454) 2023-10-09 15:26:38 +02:00
middlewares.go Add support for certificate authentication for agents and bouncers (#1428) 2022-06-08 16:05:52 +02:00
tls_auth.go errors.Wrap -> fmt.Errorf; clean up imports (#2301) 2023-06-23 14:04:58 +02:00