echo icon indicating copy to clipboard operation
echo copied to clipboard

Change function signature of middleware jwt's SuccessHandler

Open luckycatx opened this issue 8 months ago • 2 comments

Should change middleware jwt's SuccessHandler:

type JWTSuccessHandler func(c echo.Context)
-> type JWTSuccessHandler func(c echo.Context) error

It should be a minor change that will not affect most uses and API.

luckycatx avatar Jun 09 '24 17:06 luckycatx