Bazaar works through a mixture of JWT and Key auth.If no Authorization header is included, the API will assume that you are making a request with an anonymous user.If an Authorization header is included, the API will "switch" to the role of the user making the request. See the User Management section for more details.We recommend setting your keys as Environment Variables.Client API Keys#
Client keys allow "anonymous access" to database, until the user has logged in. After logging in the keys will switch to the user's own login token.CLIENT API KEY#
EXAMPLE USAGE#
Modified at 2024-11-17 01:40:40