servant-auth-cookie v0.5.0 Release Notes

Release Date: 2017-04-15 // about 7 years ago
  • ๐Ÿ”„ Changed

    • Server keys management:
      • ServerKey becomes ServerKeySet.
      • mkServerKeyFromBytes becomes mkPersistentServerKey.

    โœ‚ Deleted

    • mkServerKey (instead use custom instance of ServerKeySet.

    โž• Added

    • class Cookied and function cookied to faciliate usage of mutable server keys.