Re: [web2py] web2py 2.13.3 is OUT

2015-12-29 Thread António Ramos
Just a windows machine... so far. its not a finished product yet 2015-12-29 3:56 GMT+00:00 Dave S : > > > On Monday, December 28, 2015 at 3:45:23 PM UTC-8, Ramos wrote: >> >> Vuejs/web components >> http://vuejs.org/guide/application.html >> +semantic ui +some build tools like browserify to build

Re: [web2py] web2py 2.13.3 is OUT

2015-12-28 Thread Dave S
On Monday, December 28, 2015 at 3:45:23 PM UTC-8, Ramos wrote: > > Vuejs/web components > http://vuejs.org/guide/application.html > +semantic ui +some build tools like browserify to build just a single > Js file out of many. > However I need a persistence/auth api. > > Are you running on GAE,

Re: [web2py] web2py 2.13.3 is OUT

2015-12-28 Thread António Ramos
Vuejs/web components http://vuejs.org/guide/application.html +semantic ui +some build tools like browserify to build just a single Js file out of many. However I need a persistence/auth api. No dia segunda-feira, 28 de dezembro de 2015, Dave S escreveu: > On Monday, December 28, 2015 at 11:05:

[web2py] web2py 2.13.3 is OUT

2015-12-24 Thread Massimo Di Pierro
web2py 2.13.3 is out. MERRY CHRISTMAS EVERYBODY!!! It contains some bug fixes for bugs introduced in 2.13.1-2 and most importantly it contains experimental support for JWT. Here is how it works: 1) instantiate auth with auth = Auth(db, jwt = {'secret_key':'secret'})