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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
[The OAuth 2.0](http://tools.ietf.org/html/rfc6749) server-side implementation written in Scala.
4
4
5
-
This provides OAuth 2.0 server-side functionality and supporting function for [Playframework](http://www.playframework.com/). Playframework 2.2 is now supported.
5
+
This provides OAuth 2.0 server-side functionality and supporting function for [Playframework](http://www.playframework.com/). Playframework 2.2 and 2.3 are now supported.
6
6
7
7
The idea of this library originally comes from [oauth2-server](https://github.com/yoichiro/oauth2-server) which is Java implementation of OAuth 2.0.
8
8
@@ -22,15 +22,15 @@ If you'd like to use this with Playframework, add "play2-oauth2-provider" to lib
22
22
23
23
```scala
24
24
libraryDependencies ++=Seq(
25
-
"com.nulab-inc"%%"play2-oauth2-provider"%"0.7.0"
25
+
"com.nulab-inc"%%"play2-oauth2-provider"%"0.7.1"
26
26
)
27
27
```
28
28
29
29
Otherwise, add "scala-oauth2-core" instead. In this case, you need to implement your own OAuth provider working with web framework you use.
0 commit comments