ucam-webauth-types: Types for the Ucam-Webauth protocol, as used by Raven

[ library, web ] [ Propose Tags ]

Types for the implementation of the Ucam-Webauth protocol, as used by the University of Cambridge’s Raven authentication service.


[Skip to Readme]

Modules

  • Data
    • ByteString
      • Data.ByteString.B64
  • UcamWebauth
    • UcamWebauth.Data
      • UcamWebauth.Data.Internal

Flags

Manual Flags

NameDescriptionDefault
dev

Compile for development

Disabled

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

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Change log Changelog.md
Dependencies aeson (>=1.2 && <1.5), base (>=4.11.0.0 && <4.13), base64-bytestring (>=1.0.0.1 && <1.1), bytestring (>=0.10.8.2 && <0.11), case-insensitive (>=1.2.0.11 && <1.3), containers (>=0.5.11.0 && <0.7), deepseq (>=1.4.3.0 && <1.5), http-types (>=0.12.2 && <0.13), microlens (>=0.4.9.1 && <0.5), microlens-mtl (>=0.1.11.1 && <0.3), mtl (>=2.2.2 && <2.3), text (>=0.11 && <1.2.3.0 || >=1.2.3.1 && <1.3), time (>=1.8.0.2 && <1.10), timerep (>=2.0.0.2 && <2.1) [details]
License (BSD-3-Clause OR Apache-2.0)
Copyright 2018 David Baynard
Author David Baynard <ucamwebauth@baynard.me>
Maintainer David Baynard <ucamwebauth@baynard.me>
Revised Revision 4 made by DavidBaynard at 2019-06-24T23:18:05Z
Category Web
Home page https://github.com/dbaynard/UcamWebauth#readme
Bug tracker https://github.com/dbaynard/UcamWebauth/issues
Source repo head: git clone https://github.com/dbaynard/UcamWebauth
Uploaded by DavidBaynard at 2018-12-09T20:52:25Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 623 total (5 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-12-09 [all 2 reports]

Readme for ucam-webauth-types-0.1.0.0

[back to package description]

title: Ucam Webauth
author: David Baynard
date: 09 Dec 2018
...

Build Status

https://raven.cam.ac.uk/project/

The University of Cambridge Raven service uses the Ucam Webauth protocol.

This repository contains a number of Haskell libraries to interact with this system.

ucam-webauth

Hackage — ucam-webauth ucam-webauth on Stackage LTS 13 ucam-webauth on Stackage Nightly

This implements the client authentication protocol; specifically, the validation.

ucam-webauth-types

Hackage — ucam-webauth-types ucam-webauth-types on Stackage LTS 13 ucam-webauth-types on Stackage Nightly

This implements data types for the client authentication protocol.

There is an internal package which is not recommended for use. Its only purpose is to split the core functionality among packages for minimal ghcjs dependencies.

raven-wai

Hackage — raven-wai raven-wai on Stackage LTS 13 raven-wai on Stackage Nightly

This adds wai middleware enabling authentication using Raven.

servant-raven

Hackage — servant-raven servant-raven on Stackage LTS 13 servant-raven on Stackage Nightly

API combinators for servant, using servant-auth.

servant-raven-server

Hackage — servant-raven-server servant-raven-server on Stackage LTS 13 servant-raven-server on Stackage Nightly

The handlers for servant.