perfood / couch-auth

Powerful authentication for APIs and apps using CouchDB (or Cloudant) with Node >= 14
MIT License
66 stars 19 forks source link

This is incredible. #81

Closed SeraVault closed 7 months ago

SeraVault commented 7 months ago

Thank you for sharing. This makes CouchDb usable! I was looking into how to add a REST "updateProfile" function so that users can update their display name, language, theme, etc...

I'll try and share what I get.

fynnlyte commented 7 months ago

Thanks for your feedback!

Unfortunately, I don't intend to add a route for that functionality to couch-auth. Routes for changing profile information are application specific and should be implemented by developers in their backend using fine-grained controls instead of providing a „one size fits all“ - endpoint.