zbigniewzolnierowicz / rust-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement a user repository

zbigniewzolnierowicz opened this issue · comments

Implement a way to create, store, update and delete users. This does not include login logic, email confirmation or TOTP or anything like that - just the raw storage.

In the future, we should implement RBAC using Casbin or something similar.