You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 10, 2021. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ Works fine with `2.0` to `2.0.x`, `2.1.0` to `2.1.x` and `2.2.0`.
10
10
> **Attention 2.0.x developers**
11
11
>_There is a `0.2.3-SNAPSHOT` binary for Play `2.0.x` and an accompanying sample application in the [2.0.x branch](https://github.com/joscha/play-authenticate/tree/2.0.x). This sample differs substantially from the version for `2.1` though, because the deadbolt dependency changed. So if you plan on releasing for `2.0.x` don't take the `2.1` sample from the master stream and vice versa._
12
12
13
-
> **Attention 2.2.x developers**
14
-
>_There is no binary for Play `2.2` yet, but there is a [2.2.x branch](https://github.com/joscha/play-authenticate/tree/2_2). The first version to support Play 2.2 will be play-authenticate version `0.5.0`._
13
+
> **Attention 2.1.x developers**
14
+
>_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`._
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.com/play-authenticate/).
@@ -63,10 +63,11 @@ The included sample application shows how to use all of those providers.
63
63
## Versions
64
64
***TRUNK**[not released in the repository, yet]
65
65
* wanna contribute something? :)
66
-
***0.5.0-SNAPSHOT**[2013-10-23] (no binary in repo, yet)
67
-
* Prepare for Play 2.2
66
+
***0.5.0-SNAPSHOT**[2013-10-28] (no binary in repo, yet)
67
+
* Prepare for Play 2.2 (thanks @smola, @tjdett, @dribba, @goryuchkin)
68
+
* Updated to deadbolt 2.2 RC2
68
69
* Updated play-easymail to version `0.5` (Headers can now contain hyphens, thanks @jtammen)
69
-
***0.3.5-SNAPSHOT**[2013-10-23]
70
+
***0.3.5-SNAPSHOT**[2013-10-23]_(last version for Play 2.1.x)_
70
71
* Fixed Error handling for OAuth1 providers (thanks @vlopato)
0 commit comments