Example of user access management? #150
Unanswered
bit-garden
asked this question in
Q&A
Replies: 2 comments 3 replies
-
I've also searched inside javascript library documentation for this, but only found examples on how to authenticate. Let's hope that the documentation will be updated soon. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Well I cant comment on complex authentication and authorisation, but maybe take a look at this gist https://gist.github.com/koakh/fbbc37cde630bedcf57acfd4d6a6956b It goes through how to setup a db and add users from a client app. Maybe it helps. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm reading that this has authentication built in, but I'm not seeing any examples of this. You can spin up the server with a username and password, and use that username and password.... and then what? I'm not able to find a way to create other users, add properties to them or even restrict permissions by the users attributes.
I'm not really sure how this can be done without slotting another server in between to do more authentication for a system that does authentication...
Beta Was this translation helpful? Give feedback.
All reactions