Sha256: 89ee55d0ab595b4e279e061f6d9c151a974f84cf886a8a42d08faa37eaef96c3

Contents?: true

Size: 537 Bytes

Versions: 2

Compression:

Stored size: 537 Bytes

Contents

# TwitCasting's Omniauth strategy

This is the official Ruby OmniAuth strategy for authenticating to [TwitCasting](http://twitcasting.tv/). Create an application and get the client id and secret at [the Developer page](http://twitcasting.tv/indexapi.php).

A lot of code comes from [omniauth-digitalocean](https://github.com/digitalocean/omniauth-digitalocean). Thanks!

## Installation

```ruby
gem 'omniauth-twitcasting'
```

## Test

```shell
bundle exec rspec
```

## License

omniauth-twitcasting is released under the MIT License.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
omniauth-twitcasting-0.0.3 README.md
omniauth-twitcasting-0.0.2 README.md