Post #1291467
2026-04-14 10:21 UTC
@janl couch question: how does using JWTs for auth (so no _users entries) interact with couch_peruser? I don't mind manually creating the userdb-(hash) database for a given user who uses JWTs rather than _users to auth, but how do I grant that JWT suer permission to edit the userdb-(hash) database? We're a bit confused over here :-)
Replies (1)
-
@sil@mastodon.social 2026-04-14 10:31
@janl ah it's fine, we need to create a _users entry for them as well! then everything works. So, as you were, sorry to bother you :)