Everything you need to manage your users
The core of the majority of web and mobile applications is user management. Your StaticBackend account includes everything you need to manage your users’ accounts.
You can:
The /register
and /login
endpoints return a session token that you must use for
every subsequent request. You may keep that token in your user’s session or local
storage.
We let you group users into an account. It’s useful to build an application that enables an organization to have multiple users inside a shared account.
Each user will have their account if you’re not planning on having multiple users per account.
Each document created is owned by the user creating the document and have the
accountId
field. It’s handy when handling read and write permissions.
Next component is our scalable database.
© 2023 Focus Centric Inc. All rights reserved.