Auth Settings

Enable Development Tokens

Token validation can be disabled for development apps. This allows you to use development tokens and work on user token provisioning later on.

// This is a server-side only feature, choose any of our server-side SDKs to use it

Disable Permission Checking

By default all apps ship with role based permission checks. During development you can decide to turn off permission checks, this way all users will act as admin users.

// This is a server-side only feature, choose any of our server-side SDKs to use it
© Getstream.io, Inc. All Rights Reserved.