spray-session
spray-session copied to clipboard
Session management for Spray framework
Hi, Thank you for this great library :+1: . I'm not very familiar with `security` and `session management` side of thing so I apologise for this dumb question. If I...
I'm using trait to runRoute all my route when i using newSession() { sessionId => it giving me this error message. not enough arguments for method newSession: (magnet: spray.routing.session.directives.WithStatefulManagerMagnet[Unit,String])spray.routing.Directive1[String]. Unspecified...
Hi. In my case, I can't use your implementation as is because this build uses ``` "io.spray" %% "spray-routing" % sprayVersion ``` But, I use ``` "io.spray" %% "spray-routing-shapeless2" %...
Hi. At first, My English is poor. I'm sorry about that. While I tried this `spray-session`, I thought that I found something strange behavior. In this implementation, we can register...
For cases where redis is behind a password, I added an auth call in the constructor, maybe there's a smarter way to do this without trying the auth straight away?
Hi, I keep getting the error: not enough arguments for method cookieSession: (magnet: com.abcd.rest.session.WithStatefulManagerMagnet[Unit,Int])spray.routing.Directive[shapeless.::[String,shapeless.::[Map[String,Int],shapeless.HNil]]] when trying to integrate spray session with my code. It seems that it's because my code...