servant-auth-token-rocksdb: RocksDB backend for servant-auth-token server

[ bsd3, library, web ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Modules

  • Servant
    • Server
      • Auth
        • Token
          • Servant.Server.Auth.Token.RocksDB
            • Servant.Server.Auth.Token.RocksDB.Schema

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.4.1.2, 0.4.2.0, 0.4.2.1, 0.4.3.0, 0.5.0.0, 0.5.1.0, 0.5.2.0, 0.5.3.0
Change log CHANGELOG.md
Dependencies aeson-injector (>=1.0 && <1.2), base (>=4.7 && <5), bytestring (>=0.10 && <0.11), concurrent-extra (>=0.7 && <0.8), containers (>=0.5 && <0.6), exceptions (>=0.8 && <0.9), lens (>=4.15 && <4.16), monad-control (>=1.0 && <1.1), mtl (>=2.2 && <2.3), resourcet (>=1.1 && <1.2), rocksdb-haskell (>=1.0 && <1.1), safe (>=0.3 && <0.4), safecopy-store (>=0.9 && <0.10), servant-auth-token (>=0.5 && <0.6), servant-auth-token-api (>=0.5 && <0.6), servant-server (>=0.9 && <0.14), store (>=0.3 && <0.5), text (>=1.2 && <1.3), time (>=1.5 && <1.9), transformers (>=0.4 && <0.6), transformers-base (>=0.4 && <0.5), uuid (>=1.3 && <1.4), vector (>=0.11 && <0.13) [details]
License BSD-3-Clause
Copyright 2017 Anton Gushcha
Author NCrashed
Maintainer ncrashed@gmail.com
Category Web
Home page https://github.com/ncrashed/servant-auth-token#readme
Source repo head: git clone https://github.com/ncrashed/servant-auth-token
Uploaded by NCrashed at 2018-02-18T20:39:39Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4301 total (20 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-02-18 [all 3 reports]

Readme for servant-auth-token-rocksdb-0.5.3.0

[back to package description]

servant-auth-token-rocksdb

Storage backend for RocksDB for servant-auth-token server.

See a full example in servant-auth-token-example-rocksdb.