mean-expert-official / fire-starter

Starter kit for the fireloop.io platform
MIT License
16 stars 8 forks source link

Authentication + Users #46

Closed ptesar-xyndata closed 7 years ago

ptesar-xyndata commented 7 years ago

FireLoop

What type of issue are you creating?

What version of this module are you using?

Write other if selected:

Add a description for your issue:

When I try to list the users in /#/admin/users I get an error on backend : FireLoop server error: "401 Unauthorized Event" Can not list the users at all.

ptesar-xyndata commented 7 years ago

I think the problem is that the acl is not setup in the project :

"acls": [
    {
        "accessType": "READ",
        "principalType": "ROLE",
        "principalId": "$everyone",
        "permission": "ALLOW"
    }
],
ptesar-xyndata commented 7 years ago

Any feedback? permission allow to everyone (even only read) is not the solution :(

Thx