ms-auth-0.2.0.0: ms-auth.cabal
name: ms-auth
version: 0.2.0.0
synopsis: Microsoft Authentication API
description: Bindings to the Microsoft Identity API / Active Directory (AD) for building applications that use either Delegated or App-only permissions. Helper functions are provided for building OAuth2 authentication flows and keep tokens transactionally secure and up to date.
homepage: https://github.com/unfoldml/ms-api
license: BSD3
license-file: LICENSE
author: Marco Zocca
maintainer: oss@unfoldml.com
copyright: 2023 Marco Zocca, UnfoldML
category: Web
build-type: Simple
extra-source-files: README.md
CHANGELOG.md
cabal-version: >=1.10
tested-with: GHC == 9.2.8
library
default-language: Haskell2010
hs-source-dirs: src
exposed-modules: Network.OAuth2.JWT
Network.OAuth2.Session
Network.OAuth2.Provider.AzureAD
build-depends: base >= 4.7 && < 5
, aeson
, bytestring
, containers
, hoauth2 == 2.6.0
, http-client
, http-types
, jwt
, scientific
, scotty
, text
, time
, transformers
, uri-bytestring
, validation-micro
, unliftio
ghc-options: -Wall
-Wcompat
-Widentities
-Wincomplete-record-updates
-Wincomplete-uni-patterns
-Wmissing-export-lists
-Wmissing-home-modules
-Wpartial-fields
-Wredundant-constraints
source-repository head
type: git
location: https://github.com/unfoldml/ms-auth