Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ You can use this library to access chat API endpoints server-side, for the clien
- [Supported Features](#supported-features)
- [All Examples](#all-examples)
- [Changelog](#changelog)
- [FAQ](#faq)
- [Contribute](#contribute)
- [License](#license)
- [We are hiring](#we-are-hiring)
Expand Down Expand Up @@ -2040,6 +2041,12 @@ boolean valid = App.verifyWebhook(body, signature)
## Changelog
See [the detailed changes](CHANGELOG.md).

## FAQ

1. If you get this exception: `java.lang.ClassNotFoundException: io.jsonwebtoken.SignatureAlgorithm`:

See issue [#16](https://github.com/GetStream/stream-chat-java/issues/16) for a work around. We only provide runtime only dependency for JWT per [recommendation](https://github.com/jwtk/jjwt#understanding-jjwt-dependencies). That's why it might be missing in your runtime and by addding implementation library into your deps, it should be gone.

## Contribute
See [the guide to contribute](CONTRIBUTING.md).

Expand Down