- After Quart update, we can't test if an user is authenticated anymore with only `quart` but we also have to rely on `quart_auth.authenticated_client`. All tests passed after changes were made.
- Added tests for members flow (creating/deleting/reset) - Various fixes to tooling