- Allow specifying nonce and ttl for ticket (19d0433)
- Add nonce to authentication (97bb193)
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.
- Check ticket expiry and raise if expired (b0d1bf5)
- fix homepage url in gemspec (0439785f)
- require rbnacl in server (009e84a)
Initial release with basic functionality. Lacking some checks and validations