* Support for Python3 via source-level compatibility.
0.2.0
==================
* Add encode_mac_id() method as a dual of decode_mac_id(). * Add "macauth.master_secret" setting to specify the secret used when encoding/decoding MAC Auth tokens.
0.1.1
==================
* Update tests for compatability with macauthlib>=0.3.0.
0.1.0
==================
* Initial release; based on repoze.who.plugins.macauth codebase.