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
+6-3
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ session data that is sent to the client, and verified when the session token is
37
37
* support for [JWT](http://jwt.io/)
38
38
* refresh token support (e.g. to implement "remember me")
39
39
* CSRF tokens support
40
+
* Java & Scala APIs
40
41
41
42
## Example
42
43
@@ -79,6 +80,8 @@ You can try out a simple example by running `com.softwaremill.example.Example` i
79
80
opening [http://localhost:8080](http://localhost:8080), or you can just take a look
80
81
[at the source](https://github.com/softwaremill/akka-http-session/blob/master/example/src/main/scala/com/softwaremill/example/Example.scala).
81
82
83
+
There's also a [Java version available](https://github.com/softwaremill/akka-http-session/blob/master/example/src/main/java/com/softwaremill/example/JavaExample.java).
84
+
82
85
## `SessionManager` & configuration
83
86
84
87
All directives require an implicit instance of a `SessionManager[T]`, which can be created by providing a server
@@ -350,9 +353,9 @@ stored in Rails
350
353
351
354
## Using from SBT
352
355
353
-
For `akka` version `2.4.11`, `akka-http` version `10.0.0`:
0 commit comments