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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
[`tapir`](https://tapir.softwaremill.com) is a declarative, type-safe web endpoints library.
7
7
8
-
`akka-http-session` provides directives for client-side session management in web and mobile applications, using cookies
8
+
[`akka-http-session`](https://github.com/softwaremill/akka-http-session) provides directives for client-side session management in web and mobile applications, using cookies
9
9
or custom headers + local storage, with optional [Json Web Tokens](http://jwt.io/) format support.
10
10
11
11
A [comprehensive FAQ](https://github.com/softwaremill/akka-http-session-faq) is available, along with code examples (in Java, but easy to translate to Scala) which answers many common questions on how sessions work, how to secure them and implement using akka-http.
0 commit comments