@Leonel : trying to do a *localforage records manager*.........it uses 3 js 
libraries localforage, axios and sjcl ; it's not very complicated,  
basically a 3 levels promises chain that encrypts, decrypts , checks data 
integrity and release  data if everything ok

@Anthony: here is the new *user.html* according to your suggestions

def user():
    if request.args(0) == 'login' and '_next' in request.get_vars:
        request.get_vars['_next'] += '?loadjs=locf_manager.js'
    return dict(form=auth())

thanks guys......

*there 's only one thing we can be sure of  though : our "bunker apps" 
cannot be destroyed*

-- 
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/d/optout.

Reply via email to