Sha256: 38b5a4fad681a095fd037b8c48a887fd3338721a6ee189f50024ddd5433a0cd5

Contents?: true

Size: 1.07 KB

Versions: 5

Compression:

Stored size: 1.07 KB

Contents

## 1.8.1
  - Fix bad parameter passed to Net::HTTP::Post in HTTP Client (thanks @evserykh)
## 1.8.0
 - Wait a delay before trying to fetch a signature after an error

## 1.7.0
 - Improve preformance by batching authentication requests (backward incompatible!)

## 1.5.0
 - Add support for faye 1.1 (unreleased for now)
 - Drop support for faye < 1.1
 - More extensibility regarding public channels, extensions now take an options
   hash with a whitelist lambda / function that will be called with the channel
   name so developers can implement their own logic

## 1.4.0
  - Channels beginning by ``/public/`` do not require authentication anymore,
  However, globbing with public channels still require authentication.

## 1.3.0
  - Rename ``Faye::Authentication::Extension`` to ``Faye::Authentication::ServerExtension``
  - Add extension for faye Ruby Client : ``Faye::Authentication::ClientExtension``

## 1.2.0

  - Use JWT instead of HMAC for signing the messages
  - Allow expiration of the signature
  - The client javascript extension now takes the faye client as its first parameter

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
faye-authentication-1.10.0 CHANGELOG.md
faye-authentication-1.9.1 CHANGELOG.md
faye-authentication-1.9.0 CHANGELOG.md
faye-authentication-1.8.2 CHANGELOG.md
faye-authentication-1.8.1 CHANGELOG.md