Replies: 3 comments
-
|
Not sure I follow 1, if they are not logged in how do you know which member they are? 2 is touching on a big one, and actually a research direction that we may explore at some point in the future. See long discussion here. For specific cases like the one you describe, you can write out the permissions manually in Firebase and then hide the non-relevant controls with CSS. It's not great, but it will work. |
Beta Was this translation helpful? Give feedback.
-
|
1/ Sorry, let me try to explain better: By default, mavo displays 'login' button But, let's say I want to restrain access to members (from a list), so: A guest try to login with his Github account It's some kind of pre-loggin process, where I need to check if users are members (declared in a list), then if they are members, i pass info to loggin trought 'loggin' button of Mavo |
Beta Was this translation helpful? Give feedback.
-
|
I guess it's better to do it Server Side Checking that maybe Mavo PHP Plug in can help or maybe an idea to do a MAVO permission plug-in that runs server side |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
For know, I see that Mavo can handle logged-out(read only) or logged-in (edit by default) users,
So as soon as they login, they can edit.
1/ How can I handle this use case: users can login only if they are members (with separated list of members?)
2/ Is it possible to manage a 'member' permission matrix? something like:
Is it possible with firebase or github plugins?
Beta Was this translation helpful? Give feedback.
All reactions