Hello, Without steering you off your current path, I just wish to mention JWT > (Json Web Token) which is a token forma <http://jwt.io>t typically sent > as a OAuth2 Bearer Token (using the HTTP Authorization header). JWT has > security considerations as well as a client side singed session (claims) > addressed in a standardized way with support for both symmetrical and > asymmetrical signature and encryptions. >
that's quite an old thread, but just for reference I wanted to mention that I just released v0.2 of akka-http-session (https://github.com/softwaremill/akka-http-session) which contains some basic support for JWT - sessions can be now transported using headers (instead of cookies), and encoded in the specified json-based format. Adam -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
