eonil
eonil

Reputation: 85985

If I making a forum with CouchDB, how should I manage forum users?

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

Answers (1)

Dominic Barnes
Dominic Barnes

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

Related Questions