Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Commit

Permalink
2.2.x build status update
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha committed Jun 29, 2014
1 parent 198b0ca commit 07d7dae
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Works fine with `2.0` to `2.0.x`, `2.1.0` to `2.1.x` and `2.2.0` to `2.2.2`.
>_There is a [2.1.x branch](https://github.com/joscha/play-authenticate/tree/2.1.x). The first version to support Play 2.1 is play-authenticate version `0.2.4`, the last one `0.3.5`._
### Build status
[![Build Status](https://travis-ci.org/joscha/play-authenticate.png?branch=master)](https://travis-ci.org/joscha/play-authenticate)
[![Build Status](https://travis-ci.org/joscha/play-authenticate.png?branch=2.2.x)](https://travis-ci.org/joscha/play-authenticate)

## Live demo
You can find a live demo on [heroku](https://play-authenticate.herokuapp.com/ "Play Authenticate sample app") (might not always be the latest version) and there are some screens on our [website](http://joscha.github.io/play-authenticate/).
Expand All @@ -36,7 +36,7 @@ You can find a live demo on [heroku](https://play-authenticate.herokuapp.com/ "P
As of now, the following authentication providers are supported out of the box:

* _OAuth 2_
* Facebook
* Facebook
* Foursquare
* Google
* Untappd
Expand Down Expand Up @@ -78,12 +78,12 @@ The included sample application shows how to use all of those providers.
* Updated to deadbolt 2.2 RC2
* Updated play-easymail to version `0.5` (Headers can now contain hyphens, thanks @jtammen)
* **0.3.5-SNAPSHOT** [2013-10-23] _(last version for Play 2.1.x)_
* Fixed Error handling for OAuth1 providers (thanks @vlopato)
* Fixed Error handling for OAuth1 providers (thanks @vlopato)
* **0.3.4-SNAPSHOT** [2013-09-22]
* Update to HttpClient 4.3
* Italian translation (thanks @ironmaiden189)
* [Pocket](https://getpocket.com) provider (thanks @ironmaiden189)
* Xing and LinkedIn providers got more information (profile URL, ec.) (thanks @jtammen)
* Xing and LinkedIn providers got more information (profile URL, ec.) (thanks @jtammen)
* **0.3.3-SNAPSHOT** [2013-09-01]
* New authentication provider for [Untappd](https://untappd.com) (thanks @sweigardc)
* New authentication provider for [Xing](http://www.xing.com) (thanks @jtammen)
Expand All @@ -94,15 +94,15 @@ The included sample application shows how to use all of those providers.
* Bumped deadbolt2 to version `2.1-RC2`
* New authentication provider for [VK.com](http://ww.vk.com) (thanks @dborisenko)
* Add `refresh_token`/`expires_in` to OAuth2 and Google/Facebook providers (thanks @jayceecam)
* Fix for Twitter API 1.1 (thanks @xjodoin)
* Fix for facebook users that have no user name set (thanks @smola)
* Fix for facebook error messages (issue #26, thanks @smola)
* Fix for Twitter API 1.1 (thanks @xjodoin)
* Fix for facebook users that have no user name set (thanks @smola)
* Fix for facebook error messages (issue #26, thanks @smola)
* Add setting for Facebook user fields to retrieve. (thanks @smola)
* Spanish translation, thanks to @petru-ghita
* Spanish translation, thanks to @petru-ghita
* **0.2.5-SNAPSHOT** [2013-02-14]
* Fix for users signing up that shall be logged in straight away. **PLEASE NOTE: Breaking change!!! Upgrading to this version requires you to add one additional method to your custom UsernamePasswordAuthProvider. Have a look at the sample to see a default implementation that should work for almost everyone.**
* **0.2.4-SNAPSHOT** [2013-02-06]
* First version for Play! Framework 2.1.0.
* First version for Play! Framework 2.1.0.
* **0.2.3-SNAPSHOT** [2012-12-17] _(last version for Play 2.0.x)_
* Use reflection for email templates in samples to allow easier addition of new languages (thanks @biesoir for the initial version)
* Linkedin added (thanks @tonygwu)
Expand Down

0 comments on commit 07d7dae

Please sign in to comment.