Hi!
What is the best solution to implement an authentication in HTML5 - REST application? I have a software what uses JAAS-authentication + JDBCREalm. I have to re-implement software to use HTML5, is it possible to use the same authentication in case of HTML5 and REST?
Example of JAAS-authentication: http://blog.eisele.net/2013_01_01_archive.html
If it's not possible, what is the best solution to make statelss HTML5-REST application safe?
Thanks!
Sami