Skip to content
Greg Frasco edited this page Jan 22, 2018 · 1 revision

The goal of this page is to explain the user model and how it related to authentication and roles.

User

The User model was designed to facilitate the login system no matter what role or roles the user has.

https://github.com/hicsail/anchor/blob/master/server/models/user.js#L158-L185

Clone this wiki locally