All Versions
25
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 2

  • v0.4.5.0 Changes

    • Auto deriving HasAuthConfig and HasStorage for transformers.
  • v0.4.4.1 Changes

    • persistent-postgresql is not actually used
  • v0.4.4.0 Changes

    • โž• Add signinByHashUnsafe for internal usage.
  • v0.4.3.0 Changes

    • Implementation for AuthFindUserByLogin endpoint.
    • ๐Ÿ”‹ Feature to manipulate with hashes of passwords. For instance, now you can store hashed admin password in config.
  • v0.4.2.0 Changes

    • โž• Add implementation for AuthCheckPermissionsMethod and AuthGetUserIdMethod endpoints.
  • v0.4.1.1 Changes

    • ๐Ÿ“œ Relax aeson and opt-parse-applicative bounds.
    • โž• Add monad-control instances.
  • v0.4.1.0 Changes

    • โœ‚ Remove persistent dependencies from abstract package.
  • v0.4.0.0 Changes

    • Abstract over storage: persistent and acid-state backends.
  • v0.3.2.0 Changes

    • ๐Ÿ‘Œ Support lts-7.1 (ghc 8 and persistent-0.6)
  • v0.3.0.0 Changes

    • โž• Add authorisation by single usage codes.