Releases: alexferl/echo-casbin
Releases · alexferl/echo-casbin
v1.0.0
Update dependencies and graduate to v1.
v0.3.0
The roles
context key can now be []any
([]interface
), before it could only be a []string
.
v0.2.0
Just return the err
if the enforcer returns an error instead of a 500 echo.HTTPError
.