API for mobile-app login with Appfoundation

Hi everyone,
I’m using Vaadin together with Appfoundation to build an application upon which users can login for reporting stuff.
The web-app uses appfoundation for logging in users, and works perfectly.

Now,I’d like to build a set of APIs to allow using a mobile application to use the program services. For starter I have to build a login API, hopefully managing to use also Appfoundation SessionHandler.

Any suggestion on how to do this? The system won’t be publicly available so, even if it’s not bullet proof, it should be ok :slight_smile:

Thanks a lot!
Iacopo