iris/middleware/basicauth
Gerasimos (Makis) Maropoulos 574db973d0
improve Context.Proceed
Now this is possible: ok := (Handler1) && ctx.Proceed(Handler2)) || ctx.Proceed(Handler3)
2021-06-15 00:36:28 +03:00
..
basicauth_test.go more features and fix database/mysql:jwt example 2020-11-24 14:58:02 +02:00
basicauth.go improve Context.Proceed 2021-06-15 00:36:28 +03:00
error.go more features and fix database/mysql:jwt example 2020-11-24 14:58:02 +02:00
header_test.go New basic auth middleware and GetRaw on User (godocs missing) 2020-11-21 12:04:37 +02:00
header.go New basic auth middleware and GetRaw on User (godocs missing) 2020-11-21 12:04:37 +02:00
user_test.go more features and fix database/mysql:jwt example 2020-11-24 14:58:02 +02:00
user.go more features and fix database/mysql:jwt example 2020-11-24 14:58:02 +02:00