Commit Graph

  • bc320b1397
    Move state token handling generic oauth2Plugin jprider63 2015-03-16 14:02:09 -0400
  • 18d24caaa3 Merge f923406f0e into d840af3501 JP 2015-03-23 15:25:52 +0000
  • f923406f0e removed dead code, use monoid instead of append, use <$> instead of fmap jprider63 2015-03-23 11:24:44 -0400
  • 1aa1bb9090 removed uuid dependency. #24 jprider63 2015-03-18 16:13:00 -0400
  • 5275df8195 removed commented code and inlined basicPlugin. #24 jprider63 2015-03-18 16:11:38 -0400
  • 999864af36 removed state from Github (haven't tested) jprider63 2015-03-17 21:38:02 -0400
  • d33cc46b87 added csrf state token jprider63 2015-03-16 14:02:09 -0400
  • d840af3501
    Version bump v0.0.12 patrick brisbin 2015-01-07 14:03:50 -0500
  • b604577aa2 Merge pull request #21 from snoyberg/master pat brisbin 2015-01-07 13:30:38 -0500
  • 9524778ae7 Allow transformers 0.4 Michael Snoyman 2015-01-07 17:56:02 +0200
  • 784025d79d
    Version bump v0.0.11 patrick brisbin 2014-11-07 14:15:06 -0500
  • 7c31746741 Merge a63bdcf3b9 into 95afd6f8dd Barral 2014-10-19 17:59:42 +0000
  • a63bdcf3b9 defined utilities functions to build the queries, added a query to check github organization membership Freiric Barral 2014-10-19 13:42:55 +0200
  • 306062eff3 define a generalized authentication function taking the query as parameter Freiric Barral 2014-10-19 12:22:30 +0200
  • 95afd6f8dd Merge pull request #15 from gfontenot/master pat brisbin 2014-10-10 14:37:35 -0400
  • 34db7433b7 Bump aeson version requirement Gordon Fontenot 2014-10-06 18:50:24 -0400
  • 85400ab0a9 Merge pull request #14 from docmunch/yesod-1.4 v0.0.10 pat brisbin 2014-10-02 14:14:34 -0400
  • 5cc9f602ce bump version bounds to allow yesod 1.4 Greg Weber 2014-09-30 11:05:07 -0700
  • 646d2b246b
    Whitespace patrick brisbin 2014-09-22 15:02:32 -0400
  • a5c691512e
    Update README for new usage patrick brisbin 2014-09-22 15:02:28 -0400
  • b5ce151f03
    Version bump v0.0.9 patrick brisbin 2014-09-22 09:24:45 -0400
  • a4623d90c6 Merge pull request #13 from benekastah/master pat brisbin 2014-09-22 09:24:05 -0400
  • 261cbc30aa Scopes can now be passed in, most of the spotify user object is returned in the credentials Paul Harper 2014-09-21 23:42:13 -0700
  • 04a5aad6c1 misc gitignore updates Paul Harper 2014-09-20 23:53:46 -0700
  • a1ff864b4e Added Spotify as a supported OAuth2 backend Paul Harper 2014-09-20 23:52:23 -0700
  • 46b0d1f4a9
    Version bump v0.0.8 patrick brisbin 2014-09-18 11:28:13 -0400
  • 66054fbb54 Merge pull request #12 from skade/optional-name pat brisbin 2014-09-18 11:27:39 -0400
  • 81ece8072f Make Github name optional Florian Gilcher 2014-09-18 11:40:12 +0200
  • d2e384c1aa
    Version bump v0.0.7 patrick brisbin 2014-09-17 22:19:56 -0400
  • 1ab10c3dae Merge pull request #11 from skade/expose-github-scope pat brisbin 2014-09-17 22:19:20 -0400
  • 3eeae3293d Expose auth2GithubScoped Florian Gilcher 2014-09-17 22:31:39 +0200
  • 4b2d7e333c
    Larger version bump v0.0.6 patrick brisbin 2014-09-13 16:47:04 -0400
  • eb5f9488f8
    Address compiler warnings patrick brisbin 2014-09-13 16:45:36 -0400
  • 3b2aeed871 Merge pull request #10 from freiric/github-provider pat brisbin 2014-09-13 16:44:13 -0400
  • 8046f4d8cc hardcode the scope to user:email (if more info is needed the code will anyway have to be changed to include more queries) Freiric Barral 2014-08-31 16:40:02 +0200
  • a992fdb6fa fetch github email in a second query to https://api.github.com/user/emails (the query to https://api.github.com/user return a null in the email field) Freiric Barral 2014-08-31 16:30:45 +0200
  • e34156dcc3 bump version Freiric Barral 2014-08-30 15:48:23 +0200
  • 4fdd311d4b correct typo in the authentication query to github Freiric Barral 2014-08-31 23:11:36 +0200
  • d6fe3090d7 remove redundant bracket Freiric Barral 2014-08-29 19:56:12 +0200
  • 165713c350 use tls manager argument in fetchGithubProfile (introduced in 'Version upgrade (hoauth2 0.4.1)'.) Freiric Barral 2014-08-29 18:54:04 +0200
  • ec80c8f75e fix cabal file: take into account the split of network from version 2.6, and avoid authenticate 1.3.2.6 which gave the following strange error: ... Building authenticate-1.3.2.6... Preprocessing library authenticate-1.3.2.6... [1 of 9] Compiling OpenId2.XRDS ( OpenId2/XRDS.hs, dist/dist-sandbox-a1429708/build/OpenId2/XRDS.o ) [2 of 9] Compiling Web.Authenticate.OpenId.Providers ( Web/Authenticate/OpenId/Providers.hs, dist/dist-sandbox-a1429708/build/Web/Authenticate/OpenId/Providers.o ) [3 of 9] Compiling Web.Authenticate.BrowserId ( Web/Authenticate/BrowserId.hs, dist/dist-sandbox-a1429708/build/Web/Authenticate/BrowserId.o ) Freiric Barral 2014-08-29 18:43:39 +0200
  • 7c002e167c Add a github OAuth2 provider Calen Pennington 2014-07-28 06:35:24 -0400
  • 393334370c Update to hauth2 0.4.* Calen Pennington 2014-07-28 06:35:00 -0400
  • 1d115720fc
    Bump version v0.0.5.1 patrick brisbin 2014-08-19 17:35:36 -0400
  • a2647e0ada
    Reformat data declaration and comment patrick brisbin 2014-08-19 17:33:33 -0400
  • bcdbf1b48a
    Fix lower bound on yesod-auth v0.0.5 patrick brisbin 2014-08-17 12:10:09 -0400
  • 67590fc758 Merge pull request #9 from katyo/master scan 2014-08-13 22:13:02 +0200
  • d9a41130b0 Version upgrade (hoauth2 0.4.1). Kayo Phoenix 2014-08-13 11:02:46 +0600
  • 961ec96a0b Merge pull request #7 from docmunch/mc-ghc-7.8.1 scan 2014-08-09 21:16:05 +0200
  • 77820f7460 Merge 9462ca974a into a306f80da8 Calen Pennington 2014-08-08 14:38:57 +0000
  • 9462ca974a Add a github OAuth2 provider Calen Pennington 2014-07-28 06:35:24 -0400
  • 0e65fed76b Merge 267bef2c9a into a306f80da8 Greg Weber 2014-08-07 15:35:12 +0000
  • 342cabd95b Update to hauth2 0.4.* Calen Pennington 2014-07-28 06:35:00 -0400
  • 267bef2c9a relaxed bounds for ghc 781 Max Cantor (MBPr) 2014-04-09 16:59:39 -0700
  • a306f80da8 Loosen contraints on lifted-base and text v0.0.4 patrick brisbin 2014-02-21 14:20:35 -0500
  • c635bc7fd1 Bump version v0.0.3 patrick brisbin 2014-02-21 12:26:48 -0500
  • 4354dc630a Replace call to error with throwIO. Fixes #2 patrick brisbin 2014-02-21 12:25:31 -0500
  • 257968f067 Fix documentation error v0.0.2 patrick brisbin 2014-02-21 11:00:57 -0500
  • 3c3c8f019d Add content to README patrick brisbin 2014-02-20 15:47:05 -0500
  • 5c5f2eb613 Merge pull request #1 from pbrisbin/master v0.0.1 scan 2014-02-18 12:49:11 +0100
  • 4b6cb31ba9 Typos patrick brisbin 2014-02-15 16:05:59 -0500
  • 7536e7f25f Refactor to separate modules, document things patrick brisbin 2014-02-15 15:56:15 -0500
  • 1ea281b4b1 Minor refactor patrick brisbin 2014-02-15 15:23:58 -0500
  • 4ec390e32a Use Network.OAuth.OAuth2 patrick brisbin 2014-02-15 15:11:03 -0500
  • 434e2bc092 Update dependencies, make it work, address -Wall patrick brisbin 2014-02-15 14:44:01 -0500
  • 6d3bd0f281 Add json request Tom Streller 2013-07-15 11:43:28 +0200
  • d966f17704 require getCreds method Tom Streller 2013-07-14 14:14:31 +0200
  • 3457bfd3a0 Initial import Tom Streller 2013-07-14 11:11:44 +0200