Skip to content

Commit

Permalink
Updated readme, updated warning for usage of API_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Jun 11, 2024
1 parent 062d98f commit 5ec7047
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ client = Ably::Realtime.new(key: 'xxxxx')
client = Ably::Realtime.new(token: 'xxxxx')
```

`Warning - Do not expose ABLY_KEY to client code. It is meant to only be used at server side`.

If you do not have an API key, [sign up for a free API key now](https://ably.com/signup)

### Connection
Expand Down

0 comments on commit 5ec7047

Please sign in to comment.