From 24be20476376bc6a2c8a0bcf9d80d2bd42d9f2fe Mon Sep 17 00:00:00 2001 From: Curran Kelleher Date: Tue, 3 May 2016 12:13:45 +0530 Subject: [PATCH 1/2] Add link to share-access. This README is a bit misleading, as it has a section for "Access control", but does not link to the current solution for access control. I have edited the README to link to share-access, which seems to be the best solution for access control at the moment. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c340e6720..922cf8d8d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ There are currently two demos, which are included in the [racer-examples](https: * **Persistent storage** – Racer uses [ShareDB](https://github.com/share/sharedb) to keep a journal of all data operations, publish operations to multiple frontend servers, and automatically persist documents. It currently supports MongoDB, and it can be easily adapted to support other document stores. - * **Access control** – (Under development) Racer will have hooks for access control to protect documents from malicious reads and writes. + * **Access control** – Racer itself does not have hooks for access control to protect documents from malicious reads and writes. For adding this functionality, use [share-access](https://github.com/dmapper/share-access). * **Solr queries** – (Under development) A Solr adapter will support updating Solr indices as data change and queries for realtime updated search results. From 574d366cb0bc87a171a7ed4888210fe1719d63ca Mon Sep 17 00:00:00 2001 From: Curran Kelleher Date: Tue, 3 May 2016 12:40:44 +0530 Subject: [PATCH 2/2] update to sharedb-access --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 922cf8d8d..9c4315a0d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ There are currently two demos, which are included in the [racer-examples](https: * **Persistent storage** – Racer uses [ShareDB](https://github.com/share/sharedb) to keep a journal of all data operations, publish operations to multiple frontend servers, and automatically persist documents. It currently supports MongoDB, and it can be easily adapted to support other document stores. - * **Access control** – Racer itself does not have hooks for access control to protect documents from malicious reads and writes. For adding this functionality, use [share-access](https://github.com/dmapper/share-access). + * **Access control** – Racer itself does not have hooks for access control to protect documents from malicious reads and writes. For adding this functionality, use [sharedb-access](https://github.com/dmapper/sharedb-access). * **Solr queries** – (Under development) A Solr adapter will support updating Solr indices as data change and queries for realtime updated search results.