packages feed

servant-oauth2 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+5/−4 lines, 2 files

Files

README.md view
@@ -7,18 +7,18 @@  #### Hacking -Simplest example:+[Simplest example](./servant-oauth2-examples/src/Servant/OAuth2/Examples/Simple.hs):  ``` ./hack example-basic ``` -Cookie example:+[Cookie example](./servant-oauth2-examples/src/Servant/OAuth2/Examples/Cookies.hs): ``` ./hack example-cookies ``` -Example that performs "authorisation" (i.e. there is an 'admin' section):+[Example that performs "authorisation"](./servant-oauth2-examples/src/Servant/OAuth2/Examples/Authorisation.hs) (i.e. there is an 'admin' section): ``` ./hack example-auth ```
servant-oauth2.cabal view
@@ -5,10 +5,11 @@ -- see: https://github.com/sol/hpack  name:           servant-oauth2-version:        0.1.0.0+version:        0.1.0.1 synopsis:       A library for OAuth2 authentication in servant. description:    A library for OAuth2 authentication in servant.                 It is a modern wrapper around wai-middleware-auth, and provides the ability to build type-safe authorised APIs with authentication provided by the wai oauth2 backends.+                See <https://hackage.haskell.org/package/servant-oauth2-examples> for example usage. category:       Web homepage:       https://github.com/tweag/servant-oauth2#readme author:         Tweag