mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01:00
This adds support for `ghc-9.12` / `hoauth2-2.15` and drops support for
`ghc < 9.4` / `hoauth2 < 2.8`.
Since this would be a major version bump no matter what, I've changed
the interface we present to align with `hoauth2-2.15`. This means using
the newer `fetch` functions, and `TokenResponse{,Error}` type names.
I've maintained our own `OAuth2` type so that the redirect-uri can
remain a `Maybe` field. The way plugins are constructed, we need to
build an `OAuth2` value in a pure context without one, which is then
supplied later, when we have `MonadHandler` and so can render URLs.
13 lines
456 B
Plaintext
13 lines
456 B
Plaintext
# This file was autogenerated by Stack.
|
|
# You should not edit this file by hand.
|
|
# For more information, please see the documentation at:
|
|
# https://docs.haskellstack.org/en/stable/topics/lock_files
|
|
|
|
packages: []
|
|
snapshots:
|
|
- completed:
|
|
sha256: d90eb1418667a225998b173817300e5ae2e1500ed03c0a9457cc2a0e78a0122a
|
|
size: 726337
|
|
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/24/26.yaml
|
|
original: lts-24.26
|