GJordao / simple-auth

An authentication service that aims to be simple and customisable
MIT License
3 stars 3 forks source link

Add ability to block accounts #25

Open GJordao opened 3 years ago

GJordao commented 3 years ago
GJordao commented 3 years ago

This highlights a problem that I've been wanting to avoid. We need some sort of admin that can do these sort of actions. Also deleting accounts. Initially I was thinking that we just make the endpoints available and it is up to the users of this service to not make the available to public, but this might be rather confusing. Any thoughts?