mirror of
https://github.com/jo/couchdb-best-practices.git
synced 2026-05-15 14:16:00 -06:00
[GH-ISSUE #77] Link failed #674
Labels
No labels
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/couchdb-best-practices#674
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fredguth on GitHub (Apr 18, 2022).
Original GitHub issue: https://github.com/jo/couchdb-best-practices/issues/77
The reference to "control access on a per document level " is no longer valid. Do you have a link for this content elsewhere?
@jo commented on GitHub (Apr 18, 2022):
Hi @fredguth, thanks for pointing that out! The old wiki no longer exists and it looks like the content has not been migrated. Work is underway to implement per-document access: https://github.com/apache/couchdb/issues/1524
I have updated the document here.
@fredguth commented on GitHub (Apr 18, 2022):
Sorry to once again contact you via issue. Is there a tiny project using a crypto box to solve per document authorization?
I understand all the concepts in theory, but I do not feel confident in applying them because I fear doing something really wrong. My goal is to offer services with the "translucent database" approach.
@jo commented on GitHub (Apr 18, 2022):
Sadly there is none open sourced I'm aware of. Do you have the concept written somewhere so I can have a look?
@fredguth commented on GitHub (Apr 18, 2022):
I will do that and share with you. I am revisiting a project I developed in 2015-2016 that used pouch/couchdb with one-db-per-user (now defunct). Interestingly, it looks similar (visually) to Immmr, you worked on.
@fredguth commented on GitHub (Apr 20, 2022):
I invited you to Couchello which is intended to be a Demo project for current CouchDB best practices.