Skip to content

Commit

Permalink
Merge pull request #1742 from smichel17/patch-1
Browse files Browse the repository at this point in the history
Fix yesod-auth README link & add yesod-auth-oauth2
  • Loading branch information
psibi authored Dec 7, 2021
2 parents f30f96e + 072659b commit b54210c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yesod-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ BrowserID (a.k.a., Mozilla Persona), and email. Other packages are available
from Hackage as well. If you've written such an add-on, please notify me so
that it can be added to this description.

* [yesod-auth-oauth2](https://hackage.haskell.org/package/yesod-auth-oauth2): Library to authenticate with OAuth 2.0.
* [yesod-auth-account](http://hackage.haskell.org/package/yesod-auth-account): An account authentication plugin for Yesod
* [yesod-auth-hashdb](http://www.stackage.org/package/yesod-auth-hashdb): The HashDB module previously packaged in yesod-auth, now with stronger, but compatible, security.
* [yesod-auth-bcrypt](https://github.com/ollieh/yesod-auth-bcrypt/): An alternative to the HashDB module.
* [yesod-auth-bcrypt](https://hackage.haskell.org/package/yesod-auth-bcrypt): An alternative to the HashDB module.

0 comments on commit b54210c

Please sign in to comment.