There are two main concepts in authentication in Simperium, API keys and access tokens. API keys are created through your application dashboard and can be granted different privileges, for example, read only, or administrator access. API keys are used to create and authorize users.
All data access is granted through the use of access tokens which are obtained by using authorize. The level and scope of access of these tokens are determined by the API key and the user. By default each user has their own namespace in each bucket they create objects in.