All Versions
43
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 2

  • v0.5.0.0 Changes

    • COMPATIBILITY: Allow and require yesod-1.6
    • โœ… COMPATIBILITY: Stop testing GHC 8.0 on CI
  • v0.4.1.0 Changes

    • Check for errors in callback query params, as described in the spec
  • v0.4.0.1 Changes

    • COMPATIBILITY: Allow http-types-0.12
  • v0.4.0.0 Changes

    • COMPATIBILITY: Allow aeson-1.3
    • COMPATIBILITY: Dropped a lot of information from credsExtra:

    TL;DR: you'll no longer find things like username or email as keys in the credsExtra map. Instead, you'll find the encoded profile response we received and the OAuth access token. You can/should do your own decoding or make your own follow-up requests to get extra data about your users.

    This reduced a lot of complexity, likely duplication between our decoding and yours, and (I think) makes the library easier to use.

    • Issue
    • PR

      • ๐Ÿ‘ COMPATIBILITY: Support GHC-8.2
      • โœ… COMPATIBILITY: Drop (claimed, but never tested) support for GHC-7.8 & 7.10
      • ๐Ÿ›  LICENSE: fixed vague licensing (MIT now)
  • v0.3.1 Changes

    • Internal project cleanup
  • v0.3.0 Changes

    • COMPATIBILITY: Use hoauth2-1.3
  • v0.2.4 Changes

    • ๐Ÿ›  FIX: Update Nylas provider
    • ๐Ÿ†• NEW: Battle.Net provider
    • ๐Ÿ†• NEW: Bitbucket provider
    • ๐Ÿ†• NEW: Salesforce provider
  • v0.2.1 Changes

    • ๐Ÿ›  FIX: Fix collision in GitHub email / public_email extras value
  • v0.2.0 Changes

  • v0.1.10 Changes

    • ๐Ÿ›  FIX: location is optional in GitHub response