1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-22 20:06:21 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
toimtoimtoim
74b8c4368c
Bring over changes from master (latest commit 135c511f5d) 2023-07-22 23:39:00 +03:00
toimtoimtoim
2b4c5a4097
expose source for KeyAuth/JWT key/token validation/parsing function to allow custom logic depending from where key/token value was extracted 2022-05-22 00:37:19 +03:00
toimtoimtoim
829ddef710
V5.0.0-alpha 2022-05-22 00:35:33 +03:00
Martti T
01d7d01bbc
Fix CSRF middleware not being able to extract token from multipart/form-data form (#2136, fixes #2135) 2022-03-16 00:43:20 +01:00
Martti T
4a1ccdfdc5
JWT, KeyAuth, CSRF multivalue extractors (#2060)
* CSRF, JWT, KeyAuth middleware support for multivalue value extractors
* Add flag to JWT and KeyAuth middleware to allow continuing execution `next(c)` when error handler decides to swallow the error (returns nil).
2022-01-24 22:03:45 +02:00