polysemy-account-api: Account management with Servant and Polysemy

[ library, web ] [ Propose Tags ]
Versions [RSS] 0.1.0.0, 0.2.0.0 (info)
Change log changelog.md
Dependencies aeson (>=2.0 && <2.1), base (>=4.12 && <5), exon (>=1.4 && <1.5), fast-logger (>=3.1 && <3.2), jose (>=0.9 && <0.10), polysemy, polysemy-account, polysemy-conc (>=0.12 && <0.13), polysemy-db, polysemy-hasql, polysemy-plugin, prelate (>=0.5), servant (>=0.19 && <0.20), servant-auth (>=0.4 && <0.5), servant-auth-server (>=0.4 && <0.5), servant-server (>=0.19 && <0.20), sqel, transformers, uuid (>=1.3 && <1.4), wai (>=3.2 && <3.3), wai-extra (>=3.1 && <3.2), warp (>=3.3 && <3.4) [details]
License BSD-2-Clause-Patent
Copyright 2023 Torsten Schmits
Author Torsten Schmits
Maintainer hackage@tryp.io
Category Web
Uploaded by tek at 2023-03-03T00:42:52Z
Distributions
Downloads 87 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for polysemy-account-api-0.2.0.0

[back to package description]

About

This is a Haskell library for Polysemy and Servant, providing basic account management with JWT authentication.

Consult the Haddocks for more documentation.