yesod-auth-oauth2 0.6.2.2 → 0.6.2.3
raw patch · 3 files changed
+68/−40 lines, 3 filesdep ~bytestringdep ~cryptonitedep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, cryptonite, hspec, warp
API changes (from Hackage documentation)
Files
- CHANGELOG.md +38/−17
- LICENSE +15/−12
- yesod-auth-oauth2.cabal +15/−11
CHANGELOG.md view
@@ -1,7 +1,12 @@-## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.2...main)+## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.3...main) None +## [v0.6.2.3](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.2...v0.6.2.3)++- Allow bytestring-0.11 and cryptonite 0.28+- Test with GHC 8.10 on CI+ ## [v0.6.2.2](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.1...v0.6.2.2) - Consistent dependencies bounds in all targets@@ -138,7 +143,8 @@ ## [v0.2.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.1.10...v0.2.0) -- NEW: Slack provider ([@jsteiner](https://github.com/thoughtbot/yesod-auth-oauth2/commit/aad8bd88eabf9fcf368d044e7003e5d323985837))+- NEW: Slack provider+ ([@jsteiner](https://github.com/thoughtbot/yesod-auth-oauth2/commit/aad8bd88eabf9fcf368d044e7003e5d323985837)) ## [v0.1.10](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.1.9...v0.1.10) @@ -146,11 +152,13 @@ ## [v0.1.9](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.1.8...v0.1.9) -- COMPATIBILITY: Allow `transformers-0.5` ([@paul-rouse](https://github.com/thoughtbot/yesod-auth-oauth2/commit/120104b5348808f72877962c329a998434addace))+- COMPATIBILITY: Allow `transformers-0.5`+ ([@paul-rouse](https://github.com/thoughtbot/yesod-auth-oauth2/commit/120104b5348808f72877962c329a998434addace)) ## [v0.1.8](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.1.7...v0.1.8) -- COMPATIBILITY: Allow `aeson-0.11` ([@k-bx](https://github.com/thoughtbot/yesod-auth-oauth2/commit/6e940b19e2d56080c7a749aeb29e143a17dad65c))+- COMPATIBILITY: Allow `aeson-0.11`+ ([@k-bx](https://github.com/thoughtbot/yesod-auth-oauth2/commit/6e940b19e2d56080c7a749aeb29e143a17dad65c)) ## [v0.1.7](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.1.6...v0.1.7) @@ -160,7 +168,8 @@ ## [v0.1.6](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.1.5...v0.1.6) -- NEW: Nicer error message on invalid `code` ([@silky](https://github.com/thoughtbot/yesod-auth-oauth2/commit/7354c36e1326d298e543fa65cf226153ed4a8a0b))+- NEW: Nicer error message on invalid `code`+ ([@silky](https://github.com/thoughtbot/yesod-auth-oauth2/commit/7354c36e1326d298e543fa65cf226153ed4a8a0b)) ## [v0.1.5](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.1.4...v0.1.5) @@ -172,12 +181,15 @@ ## [v0.1.3](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.1.2...v0.1.3) -- NEW: EveOnline provider ([@Drezil](https://github.com/thoughtbot/yesod-auth-oauth2/pull/33))-- NEW: Nylas provider ([@bts](https://github.com/thoughtbot/yesod-auth-oauth2/commit/815d44346403af0052a48aa844f506211bdc2863))+- NEW: EveOnline provider+ ([@Drezil](https://github.com/thoughtbot/yesod-auth-oauth2/pull/33))+- NEW: Nylas provider+ ([@bts](https://github.com/thoughtbot/yesod-auth-oauth2/commit/815d44346403af0052a48aa844f506211bdc2863)) ## [v0.1.2](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.1.1...v0.1.2) -- NEW: A more different Google provider ([@ssaavedra](https://github.com/thoughtbot/yesod-auth-oauth2/pull/32))+- NEW: A more different Google provider+ ([@ssaavedra](https://github.com/thoughtbot/yesod-auth-oauth2/pull/32)) ## [v0.1.1](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.1.0...v0.1.1) @@ -192,31 +204,38 @@ ## [v0.0.12](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.0.11...v0.0.12) -- COMPATIBILITY: Allow `transformers-0.4` ([@snoyberg](https://github.com/thoughtbot/yesod-auth-oauth2/pull/21))+- COMPATIBILITY: Allow `transformers-0.4`+ ([@snoyberg](https://github.com/thoughtbot/yesod-auth-oauth2/pull/21)) ## [v0.0.11](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.0.10...v0.0.11) -- COMPATIBILITY: Allow `aeson-0.8` ([@gfontenot](https://github.com/thoughtbot/yesod-auth-oauth2/pull/15))+- COMPATIBILITY: Allow `aeson-0.8`+ ([@gfontenot](https://github.com/thoughtbot/yesod-auth-oauth2/pull/15)) ## [v0.0.10](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.0.9...v0.0.10) -- COMPATIBILITY: Allow Yesod 1.4 ([@gregwebs](https://github.com/thoughtbot/yesod-auth-oauth2/pull/14))+- COMPATIBILITY: Allow Yesod 1.4+ ([@gregwebs](https://github.com/thoughtbot/yesod-auth-oauth2/pull/14)) ## [v0.0.9](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.0.8...v0.0.9) -- NEW: Spotify ([@benekastah](https://github.com/thoughtbot/yesod-auth-oauth2/pull/13))+- NEW: Spotify+ ([@benekastah](https://github.com/thoughtbot/yesod-auth-oauth2/pull/13)) ## [v0.0.8](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.0.7...v0.0.8) -- FIX: Username may be missing in GitHub responses ([@skade](https://github.com/thoughtbot/yesod-auth-oauth2/pull/12))+- FIX: Username may be missing in GitHub responses+ ([@skade](https://github.com/thoughtbot/yesod-auth-oauth2/pull/12)) ## [v0.0.7](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.0.6...v0.0.7) -- NEW: Scope support in GitHub provider ([@skade](https://github.com/thoughtbot/yesod-auth-oauth2/pull/11))+- NEW: Scope support in GitHub provider+ ([@skade](https://github.com/thoughtbot/yesod-auth-oauth2/pull/11)) ## [v0.0.6](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.0.5.1...v0.0.6) -- NEW: GitHub provider ([@freiric](https://github.com/thoughtbot/yesod-auth-oauth2/pull/10))+- NEW: GitHub provider+ ([@freiric](https://github.com/thoughtbot/yesod-auth-oauth2/pull/10)) - COMPATIBILITY: flag-driven `network`/`network-uri` dependency ## [v0.0.5.1](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.0.5...v0.0.5.1)@@ -225,8 +244,10 @@ ## [v0.0.5](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.0.4...v0.0.5) -- COMPATIBILITY: Allow `yesod-core-1.3` and target `yesod-auth-1.3` ([@maxcan](https://github.com/thoughtbot/yesod-auth-oauth2/pull/7))-- COMPATIBILITY: Target `haouth2-0.4` ([@katyo](https://github.com/thoughtbot/yesod-auth-oauth2/pull/9))+- COMPATIBILITY: Allow `yesod-core-1.3` and target `yesod-auth-1.3`+ ([@maxcan](https://github.com/thoughtbot/yesod-auth-oauth2/pull/7))+- COMPATIBILITY: Target `haouth2-0.4`+ ([@katyo](https://github.com/thoughtbot/yesod-auth-oauth2/pull/9)) ## [v0.0.4](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.0.3...v0.0.4)
LICENSE view
@@ -1,18 +1,21 @@-Copyright 2018 Patrick Brisbin+The MIT License (MIT) -Permission is hereby granted, free of charge, to any person obtaining a copy of-this software and associated documentation files (the "Software"), to deal in-the Software without restriction, including without limitation the rights to-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of-the Software, and to permit persons to whom the Software is furnished to do so,-subject to the following conditions:+Copyright (c) 2021 Renaissance Learning Inc +Permission is hereby granted, free of charge, to any person obtaining a copy+of this software and associated documentation files (the "Software"), to deal+in the Software without restriction, including without limitation the rights+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell+copies of the Software, and to permit persons to whom the Software is+furnished to do so, subject to the following conditions:+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR-COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE+SOFTWARE.
yesod-auth-oauth2.cabal view
@@ -1,12 +1,16 @@ cabal-version: 1.12 name: yesod-auth-oauth2-version: 0.6.2.2+version: 0.6.2.3 license: MIT license-file: LICENSE-maintainer: Pat Brisbin <pbrisbin@gmail.com>-author: Tom Streller-homepage: http://github.com/thoughtbot/yesod-auth-oauth2-bug-reports: https://github.com/thoughtbot/yesod-auth-oauth2/issues+maintainer: engineering@freckle.com+author:+ Tom Streller,+ Patrick Brisbin,+ Freckle Engineering++homepage: http://github.com/freckle/yesod-auth-oauth2+bug-reports: https://github.com/freckle/yesod-auth-oauth2/issues synopsis: OAuth 2.0 authentication plugins description: Library to authenticate with OAuth 2.0 for Yesod web applications.@@ -19,7 +23,7 @@ source-repository head type: git- location: https://github.com/thoughtbot/yesod-auth-oauth2+ location: https://github.com/freckle/yesod-auth-oauth2 flag example description: Build the example application@@ -55,8 +59,8 @@ build-depends: aeson >=0.6 && <1.6, base >=4.9.0.0 && <5,- bytestring >=0.9.1.4 && <0.11,- cryptonite >=0.25 && <0.28,+ bytestring >=0.9.1.4 && <0.12,+ cryptonite >=0.25 && <0.29, errors >=2.3.0 && <2.4, hoauth2 >=1.11.0 && <1.17, http-client >=0.4.0 && <0.8,@@ -80,12 +84,12 @@ aeson >=0.6 && <1.6, aeson-pretty >=0.8.8 && <0.9, base >=4.9.0.0 && <5,- bytestring >=0.9.1.4 && <0.11,+ bytestring >=0.9.1.4 && <0.12, containers >=0.6.2.1 && <0.7, http-conduit >=2.0 && <3.0, load-env >=0.2.1.0 && <0.3, text >=0.7 && <2.0,- warp >=3.3.13 && <3.4,+ warp >=3.3.14 && <3.4, yesod >=1.6.1.0 && <1.7, yesod-auth >=1.6.0 && <1.7, yesod-auth-oauth2 -any@@ -105,6 +109,6 @@ ghc-options: -Wall build-depends: base >=4.9.0.0 && <5,- hspec >=2.7.4 && <2.8,+ hspec >=2.7.8 && <2.8, uri-bytestring >=0.3.3.0 && <0.4, yesod-auth-oauth2 -any