Node.js + Express.js User Permission Security Model

后端 未结 4 1770
一生所求
一生所求 2020-12-12 08:50

We have an application that has two types of users. Depending on how the user logs in, we want them to have access to different parts of the application.

How do we i

4条回答
  •  青春惊慌失措
    2020-12-12 09:24

    There is now Node module permission for this. It's very easy to use, very similar to accepted answer, but still some features are added.

提交回复
热议问题