All Versions
43
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.6.1.5 Changes
- โก๏ธ Update to GHC-8.8, and hoauth2-1.14
- โฌ๏ธ Drop CI-backed support for GHC-8.4
-
v0.6.1.4 Changes
- Tighten upper bound on hoauth2
-
v0.6.1.3 Changes
- Replace
System.Random
state token generation withcryptonite
- ๐ Allow aeson-1.5 and hoauth2-1.14
- โ Add WordPress.com provider @nbloomf
- Replace
-
v0.6.1.2 Changes
- Don't report our own errors like OAuth2 ErrorResponses
-
v0.6.1.1 Changes
- โ Added AzureAD provider
- COMPATIBILITY: Use
hoauth2-1.8.1
- โ COMPATIBILITY: Test with GHC 8.6.3, and not 8.2
-
v0.6.1.0 Changes
- ๐ Allow http-client-0.6
-
v0.6.0.0 Changes
- โ Remove deprecated Github module
-
v0.5.3.0 Changes
- ๐ Allow aeson-1.4 and hoauth2-1.8
-
v0.5.2.0 Changes
InvalidProfileResponse
was replaced with different, situation-specific constructors; the exception type is considered internal API, but end-users may see them in logs, or if they (unexpectedly) escape our error-handling- ๐ฒ Errors during log-in no longer result in 4XX or 5XX responses; they now
redirect to
LoginR
with the exception details logged and something user-appropriate displayed viasetMessage
-
v0.5.1.0 Changes
- โ Added GitLab provider
- โ Added properly-named
GitHub
module, deprecatedGithub
- Store
refreshToken
incredsExtra