v10-10-support-auth
github-actions
released this
17 Aug 23:25
·
7 commits
to master
since this release
10-10-support-auth - 2024-08-17
Bug Fixes
- jwt::Error is anyhow::Error, make it general (btw, no need to return forbidden for jwt error, as auth middleware already did so, and all rest cases should be internal server error) - (b10b296) - Tyr Chen
Features
- add ws_name into jwt and support cors - (cf7f073) - Tyr Chen