Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: freckle/yesod-auth-oauth2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.6
Choose a base ref
...
head repository: freckle/yesod-auth-oauth2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.7
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Jan 26, 2016

  1. Use primary email as email, if one is set.

    If we couldn't find a primary email, then use the first email returned from
    the list. This fixes #51.
    silky authored and jferris committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    631d9a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2016

  1. Remove Twitter module

    - Twitter does not support OAuth 2[1]
    
      The motivating issue was created without realizing this (it is a bit
      surprising), and the module that was committed doesn't appear to work.
    
    - For OAuth 1, support[2] already exists
    
    Fixes #25
    
    [1]: https://twittercommunity.com/t/oauth-2-0-support/253
    [2]: http://hackage.haskell.org/package/yesod-auth-oauth-1.4.0.2/docs/Yesod-Auth-OAuth.html
    pbrisbin committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    29b4a7f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2016

  1. Configuration menu
    Copy the full SHA
    f412b7c View commit details
    Browse the repository at this point in the history
  2. Add example application

    pbrisbin committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    1d87247 View commit details
    Browse the repository at this point in the history
  3. Version bump

    pbrisbin committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    1f23fbf View commit details
    Browse the repository at this point in the history
Loading