name: ms-auth version: 0.4.0.0 synopsis: Microsoft Authentication API description: Bindings to the Microsoft Identity API / Active Directory (AD) for building applications that use either Authorization Code (User-facing) or (App-only) authorization flows. Helper functions are provided for building OAuth2 authentication flows and keep tokens transactionally secure and up to date. homepage: https://github.com/unfoldml/ms-graph-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: MSAuth Network.OAuth2.Provider.AzureAD other-modules: Network.OAuth2.JWT Network.OAuth2.Session build-depends: aeson , base >= 4.7 && < 5 , bytestring , containers , directory , directory >= 1.3.6.2 , hoauth2 == 2.6.0 , http-client , http-types , jwt , scientific , scotty , text , time , transformers , unliftio , uri-bytestring , validation-micro 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-graph-api