atlassian-connect-core 0.10.0.0 → 0.10.0.1
raw patch · 3 files changed
+3/−3 lines, 3 files
Files
- atlassian-connect-core.cabal +1/−1
- src/Snap/AtlassianConnect/HostRequest.hs +1/−1
- src/Snap/AtlassianConnect/OAuth.hs +1/−1
atlassian-connect-core.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: atlassian-connect-core-version: 0.10.0.0+version: 0.10.0.1 synopsis: Atlassian Connect snaplet for the Snap Framework and helper code. description: This library allows you to quickly get an Atlassian Connect application running on top of the Snap Framework. It provides best practices and helper functions to get you moving
src/Snap/AtlassianConnect/HostRequest.hs view
@@ -159,7 +159,7 @@ header = JWT.JOSEHeader { JWT.alg = Just JWT.HS256 , JWT.kid = Nothing- , JWT.typ = Nothing+ , JWT.typ = Just "JWT" , JWT.cty = Nothing }
src/Snap/AtlassianConnect/OAuth.hs view
@@ -108,7 +108,7 @@ header = JWT.JOSEHeader { JWT.alg = Just JWT.HS256 , JWT.kid = Nothing- , JWT.typ = Nothing+ , JWT.typ = Just "JWT" , JWT.cty = Nothing }