1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-14 02:33:03 +02:00
kratos/middleware
Zhen Wang 4dadafff90
fix(jwt): parse server custom claims (#1817)
* fix(jwt): parse server custom claims

* fix(jwt): parse server custom claims & use factory pattern


Co-authored-by: 王真 <zhen.wang@yo-star.com>
2022-02-22 14:06:36 +08:00
..
auth/jwt fix(jwt): parse server custom claims (#1817) 2022-02-22 14:06:36 +08:00
circuitbreaker move container group to internal (#1827) 2022-02-19 16:48:31 +08:00
logging refactor: move plugins to contrib dir (#1399) 2021-09-01 13:40:14 +08:00
metadata refactor: move plugins to contrib dir (#1399) 2021-09-01 13:40:14 +08:00
metrics test:remove testify go mod (#1766) 2022-01-14 10:02:42 +08:00
ratelimit fix: middleware uses sentinel error (#1463) 2021-09-11 18:56:51 +08:00
recovery feat(log): add global logger appliance, as process level default logger (#1761) 2022-01-12 15:34:49 +08:00
selector test:remove testify go mod (#1766) 2022-01-14 10:02:42 +08:00
tracing test:remove testify go mod (#1766) 2022-01-14 10:02:42 +08:00
validate refactor: move plugins to contrib dir (#1399) 2021-09-01 13:40:14 +08:00
middleware_test.go test:remove testify go mod (#1766) 2022-01-14 10:02:42 +08:00
middleware.go