yesod-auth-lti13 0.1.2.1 → 0.1.2.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~lti13PVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: lti13
API changes (from Hackage documentation)
+ Yesod.Auth.LTI13: [displayName] :: UncheckedLtiTokenClaims -> Maybe Text
+ Yesod.Auth.LTI13: [firstName] :: UncheckedLtiTokenClaims -> Maybe Text
+ Yesod.Auth.LTI13: [lastName] :: UncheckedLtiTokenClaims -> Maybe Text
- Yesod.Auth.LTI13: UncheckedLtiTokenClaims :: Text -> Text -> Text -> Text -> [Role] -> Maybe Text -> Maybe ContextClaim -> UncheckedLtiTokenClaims
+ Yesod.Auth.LTI13: UncheckedLtiTokenClaims :: Text -> Text -> Text -> Text -> [Role] -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe ContextClaim -> UncheckedLtiTokenClaims
Files
- CHANGELOG.md +4/−0
- yesod-auth-lti13.cabal +2/−2
CHANGELOG.md view
@@ -16,3 +16,7 @@ ## 0.1.2.1 -- 2020-09-16 * No changes++## 0.1.2.2 -- 2020-09-19++* No changes
yesod-auth-lti13.cabal view
@@ -1,7 +1,7 @@ cabal-version: >=1.10 name: yesod-auth-lti13-version: 0.1.2.1+version: 0.1.2.2 synopsis: A yesod-auth plugin for LTI 1.3 description: A plugin using <https://hackage.haskell.org/package/lti13> to implement IMS Global LTI 1.3 authentication for@@ -25,7 +25,7 @@ -- other-extensions: build-depends: base >=4.12 && <5 -- these two are always updated in concert with each other- , lti13 == 0.1.2.1+ , lti13 == 0.1.2.2 , base64-bytestring >= 1.0.0 && < 1.1 , bytestring >= 0.10.10 && < 0.11 , containers >= 0.6.2 && < 0.7