Vulcan/packages/vulcan-core/lib
Eric Burel bf9ebaf57c
Allow guests to create document as a default
Hi, using when using the default mutations, you can't allow a guest user to create a document, even if you allowed it for `guests` when setting up permissions. This is because a undefined `user` will always trigger a `false` during the "new" check.

I think it is safe to remove this, because anyway you have to manually tell who can create document (or so I think, maybe I'm  wrong?) so you can't allow guests to create documents by mistake.
2018-03-03 23:11:33 +01:00
..
client renaming nova-xyz directories to vulcan-xyz 2017-03-24 10:19:24 +09:00
modules Allow guests to create document as a default 2018-03-03 23:11:33 +01:00
server Clean up/refactor settings; add registerSetting and /settings route 2017-09-22 12:24:15 +02:00