Sha256: a1dba1bd99c1c0f3cee832c0d5fbba95c9c7ec15ed45fcbb662e206d680c8b0a
Contents?: true
Size: 823 Bytes
Versions: 1
Compression:
Stored size: 823 Bytes
Contents
# Fernet Fernet allows you to easily generate and verify HMAC based authentication tokens for issuing API requests between remote servers. ![Fernet](http://f.cl.ly/items/2d0P3d26271O3p2v253u/photo.JPG) Fernet is usually served as a *digestif* after a meal but may also be served with coffee and espresso or mixed into coffee and espresso drinks. Fernet about it! ## Installation Add this line to your application's Gemfile: gem 'fernet' And then execute: $ bundle Or install it yourself as: $ gem install fernet ## Usage For now, see [spec/fernet_spec.rb](https://github.com/hgimenez/fernet/blob/master/spec/fernet_spec.rb). I'll flesh this out further soon. Sorry. ## License Valcro is copyright (c) Harold Giménez and is released under the terms of the MIT License found in the LICENSE file.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fernet-0.0.1 | README.md |