mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-04-24 19:57:47 +02:00
Drop version back down to 0.7.0.3
This commit is contained in:
parent
5d3cbf8bab
commit
be02edc2e8
@ -1,9 +1,10 @@
|
|||||||
## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.8.0.0...main)
|
## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.0.3...main)
|
||||||
|
|
||||||
## [v0.8.0.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.0.2...v0.8.0.0)
|
## [v0.7.0.3](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.0.2...v0.7.0.3)
|
||||||
|
|
||||||
- Support `hoauth-2.7`, this change is backwards compatible if something other
|
- Support `hoauth-2.7`, this change is breaking if something other than
|
||||||
than `fetchAccessToken` or `fetchAccessToken2` is used build the plugin
|
than `fetchAccessToken` or `fetchAccessToken2` is used build the plugin (which
|
||||||
|
we don't believe to be the case)
|
||||||
|
|
||||||
## [v0.7.0.2](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.0.1...v0.7.0.2)
|
## [v0.7.0.2](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.0.1...v0.7.0.2)
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: yesod-auth-oauth2
|
name: yesod-auth-oauth2
|
||||||
version: 0.8.0.0
|
version: 0.7.0.3
|
||||||
synopsis: OAuth 2.0 authentication plugins
|
synopsis: OAuth 2.0 authentication plugins
|
||||||
description: Library to authenticate with OAuth 2.0 for Yesod web applications.
|
description: Library to authenticate with OAuth 2.0 for Yesod web applications.
|
||||||
category: Web
|
category: Web
|
||||||
|
|||||||
@ -4,10 +4,10 @@ cabal-version: 1.18
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: c229d1eb0b08f1ae6fd1489823d0932c2685a678ea4bfe58b940d3ab6269484f
|
-- hash: 2aa7c7881c27a03f22715aa6db358fc5fe466f5967a09741265bd0f7a999e2b1
|
||||||
|
|
||||||
name: yesod-auth-oauth2
|
name: yesod-auth-oauth2
|
||||||
version: 0.8.0.0
|
version: 0.7.0.3
|
||||||
synopsis: OAuth 2.0 authentication plugins
|
synopsis: OAuth 2.0 authentication plugins
|
||||||
description: Library to authenticate with OAuth 2.0 for Yesod web applications.
|
description: Library to authenticate with OAuth 2.0 for Yesod web applications.
|
||||||
category: Web
|
category: Web
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user