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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

The package provides cross compiler API (for GHC and GHCJS) for servant-auth-token. Please see README.md


[Skip to Readme]

Properties

Versions 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, 0.5.4.0
Change log CHANGELOG.md
Dependencies aeson (>=0.11 && <1.5), aeson-injector (>=1.0.4 && <1.2), base (>=4.7 && <5), lens (>=4.13 && <5), raw-strings-qq (>=1.1 && <1.2), servant (>=0.9 && <0.17), servant-docs (>=0.9 && <0.15), servant-swagger (>=1.1 && <1.2), swagger2 (>=2.4 && <2.5), 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 2019-11-08T22:11:32Z

Modules

[Index] [Quick Jump]

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


Readme for servant-auth-token-api-0.5.4.0

[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.