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
+15-5Lines changed: 15 additions & 5 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 [Play Framework](http://www.playframework.com/). Play Framework 2.2, 2.3, 2.4 and 2.5 are now supported.
5
+
This provides OAuth 2.0 server-side functionality and supporting function for [Play Framework](http://www.playframework.com/)and [Akka HTTP](http://akka.io/).
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
@@ -21,38 +21,48 @@ and an access token type called [Bearer](http://tools.ietf.org/html/rfc6750).
21
21
22
22
If you'd like to use this with Play Framework, add "play2-oauth2-provider" to library dependencies of your project.
0 commit comments