servant-auth-token-api: Servant based API for token based authorisation

[ bsd3, library, web ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
flat-perm-symbols

Use flat Symbols for token tags, improve compilation time.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.2.0, 0.2.0.0, 0.2.1.0, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.4.0.0, 0.4.0.1, 0.4.1.0, 0.4.1.1, 0.4.2.0, 0.4.2.1, 0.4.2.2, 0.5.1.0, 0.5.2.0, 0.5.3.0, 0.5.4.0 (info)
Change log CHANGELOG.md
Dependencies aeson (>=0.11 && <1.3), aeson-injector (>=1.0.4 && <1.1), base (>=4.7 && <5), lens (>=4.13 && <5), raw-strings-qq (>=1.1 && <1.2), servant (>=0.9 && <0.13), servant-docs (>=0.9 && <0.13), servant-swagger (>=1.1 && <1.2), swagger2 (>=2.1 && <2.2), text (>=1.2 && <2) [details]
License BSD-3-Clause
Copyright 2016 Anton Gushcha
Author NCrashed
Maintainer ncrashed@gmail.com
Category Web
Home page https://github.com/ncrashed/servant-auth-token-api#readme
Source repo head: git clone https://github.com/ncrashed/servant-auth-token-api
Uploaded by NCrashed at 2017-06-23T09:33:58Z
Distributions
Reverse Dependencies 6 direct, 1 indirect [details]
Downloads 10645 total (48 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-06-23 [all 1 reports]

Readme for servant-auth-token-api-0.4.2.2

[back to package description]

servant-auth-token-api

Build Status

The package provides abstract RESTful API for token based authorisation using servant. It contains only generic types and servant-swagger instances. You may be interested in server/client side implementations:

Also you can explore swagger documentation for the API and view markdown version of docs.