On Tue, Jan 14, 2014 at 9:23 AM, Paolo Valleri <paolo.vall...@gmail.com> wrote:
> Hi all,
> I'd develop a web2py responsible app instead of an android app; at a first
> sight it seams to some extent feasible. The only issue is related to an
> unusual requirement, the web2py app (running on an intranet) must be
> accessible only from well defined devices (android tablet). If needed I can,
> let say, 'customize' the android tablet.
> What can I do in order to satisfy this requirement? Be aware that the
> simplest trick you have in mind should be fine because the app runs in an
> intranet; given that I don't foresee malicious attacks or any kind of hack.
>

More food for thoughts...

I think I would go with a small android native app built around the
android WebView control and, the easy way,
hardcode a token or a pair of username/password to do a basic/digest auth.

Going native you can also get the device id and make use of it.


Ricardo

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to