Reputation: 85985
I'm learning CouchDB. If I make a forum with CouchDB, how should I manage (create/delete/update) forum user account?
Upvotes: 3
Views: 864
Reputation: 28429
CouchDB has built-in user authentication and role-based authorization. Check out this article to get you started down that path.
Upvotes: 3