A User Collection extends a Collection, adding the functionality needed to authenticate users with your app. You can create one by choosing "User Collection" when adding a Resource.
User Collections can have the same properties as a Collection, with two additional non-removable properties:
username
- The user's identifier; must be unique.password
- An encrypted password. It can never be retrieved from the database, only queried against.In addition to the above constraints, these two properties can only be modified by:
Let us know if you have any ideas to improve our docs. Open an issue on github, send us an email, or tweet us.
This entire site, including documentation written in markdown is available on github. Pull requests are appreciated!