Weekly Report 4 (June 22 - June 28)
Achievement this week
- Remove add_match_fn from actix-casbin-auth](https://github.com/casbin-rs/actix-casbin-auth)
- Finish mock API test for real-world app
- Finsh database migration for real-world app
- Finish database part of real-world app
Milestone
Summary
Since add_matching_fn function has been deprecated in casbin 1.0.0, I found that without matching_fn function I ccan still implement similiar feature using KeyMatch2 in confifuration file. So we will still use this in the real-world app.
Plan for next week
- WIP Working with real-world app
- JWT middleware for real-world app