My project uses Restlet framework
and hosted on App Engine
. I wanted to do normal Form authentication with email and password. When i search for authentication in Restlet
, I only end up with Basic and Digest authentication.
How to implement a Form based authentication on Restlet
?