GetStream / stream-cli

Configure & manage Stream applications from the command line. 🚀
https://yarnpkg.com/en/package/getstream-cli
BSD 3-Clause "New" or "Revised" License
85 stars 19 forks source link

Chat Development Tokens toggle #27

Closed tbarbugli closed 2 years ago

tbarbugli commented 4 years ago
// disable auth checks, allows dev token usage
await client.updateAppSettings({
    disable_auth_checks: true,
});

// re-enable auth checks
await client.updateAppSettings({
    disable_auth_checks: false,
});
peterdeme commented 2 years ago

This is now possible with v1.0.0