https://github.com/buildo/sinch-scala-ticketgen
Scala library for Sinch authentication ticket generation
https://github.com/buildo/sinch-scala-ticketgen
Last synced: 17 days ago
JSON representation
Scala library for Sinch authentication ticket generation
- Host: GitHub
- URL: https://github.com/buildo/sinch-scala-ticketgen
- Owner: buildo
- License: mit
- Created: 2016-05-26T14:41:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2026-02-13T13:21:14.000Z (6 months ago)
- Last Synced: 2026-06-17T15:04:51.149Z (about 2 months ago)
- Language: Scala
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# sinch-scala-ticketgen
Scala library for [Sinch](https://sinch.com) authentication ticket generation
[](https://drone.our.buildo.io/buildo/sinch-scala-ticketgen) [  ](https://bintray.com/buildo/maven/sinch-ticketgen/_latestVersion)
## Install
Add to your `build.sbt`
```scala
libraryDependencies += "io.buildo" %% "sinch-ticketgen" % "0.1.0"
```
## Usage
Refer to [docs/Usage.md](docs/Usage.md)