GithubHelp home page GithubHelp logo

Comments (5)

tobiemh avatar tobiemh commented on April 28, 2024

Hi @swip3798 ahh that's a bug on the website...

Try the following example (note the commas to separate the different FOR clauses)...

DEFINE TABLE post SCHEMALESS
    PERMISSIONS
        FOR select
            WHERE published = true
            OR user = $auth.id, -- NOTE THE COMMA HERE
        FOR create
            WHERE user = $auth.id, -- NOTE THE COMMA HERE
        FOR delete
            WHERE user = $auth.id
            OR $auth.admin = true
;

In the meantime, I'll get this changed so that it can work with or without commas, which should make this a little easier and clearer.

from surrealdb.

swip3798 avatar swip3798 commented on April 28, 2024

Thanks a lot!

from surrealdb.

wzalazar avatar wzalazar commented on April 28, 2024

@swip3798 hey man! where can I see the documentation or the complete example of the granular permissions?

Thanks in advance!!!

from surrealdb.

swip3798 avatar swip3798 commented on April 28, 2024

@wzalazar The example I was talking about is in the README of the repository. The other documentation on the website is the documentation of the Define statement. But there is currently only the syntax of the statement but no further explanation. But that will hopefully change in the future.

from surrealdb.

wzalazar avatar wzalazar commented on April 28, 2024

@swip3798 thanks!!! I'm going to take a look ;)

from surrealdb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.