Skip to content

Latest commit

 

History

History
67 lines (35 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

67 lines (35 loc) · 1.26 KB

0.3.1 (2017-02-04)

Features

  • Allow specifying nonce and ttl for ticket (19d0433)

0.3.0 (2017-01-24)

Features

  • Add nonce to authentication (97bb193)

API Changes

Ticket version now is 4 to indicate support for nonces.

Server#ticket now takes an arguments hash instead of order arguments.

Replace: server.ticket user, service, domain With: server.ticket user: user, service: service, domain: domain

This allows us to introduce nounce as an option without introducing a fourth argument.

0.2.2 (2017-01-13)

Features

  • Check ticket expiry and raise if expired (b0d1bf5)

0.2.1 (2017-01-13)

Bug Fixes

  • fix homepage url in gemspec (0439785f)

0.2.0 (2017-01-13)

Features

  • Raise error on ticket version mismatch (49a3cb7)
  • Verify correct service in tickets (379921c)

Bug Fixes

  • require rbnacl in server (009e84a)

0.1.0 (2017-01-13)

Initial release with basic functionality. Lacking some checks and validations