[web2py] Re: py4web has now a grid ...

2020-03-11 Thread isi_jca
Dear Massimo: I was playing with grid, but I only have a blank page. from debugger I get this code html var app=utils.app("vue11d10e4d"); app.start() /*---Model ---*/ db.define_table('tcliente', Field('nombre','string',length=70,label = T('Custom')), Field('nrodoc','string',length=11,

Re: [web2py] Web2py, react, typescript, visual studio code setup

2020-03-11 Thread AGRogers
Great. Thanks Larry. I hadn't asked but I wanted to. I'll check it out. On Thu, 12 Mar 2020, 01:59 Larry Weinberg, wrote: > Several people have asked about how to set up web2py to work with React > (and Typescript) on the front end. Others have asked how to use an IDE like > Visual Studio Code w

[web2py] Web2py, react, typescript, visual studio code setup

2020-03-11 Thread Larry Weinberg
Several people have asked about how to set up web2py to work with React (and Typescript) on the front end. Others have asked how to use an IDE like Visual Studio Code with web2py. I have a setup that I've posted to github that has the basics in place for doing this with a pre-configured Visual

Re: [web2py] DId.app auth is good for web2py apps ?

2020-03-11 Thread António Ramos
Thank you Kevin , please share... Em qua., 11 de mar. de 2020 às 14:53, Kevin Keller escreveu: > Looks nice enough, though it is missing an easy way to configure scopes > and claims. > > It dont see it anywhere in their free account actually. > > I would probably rather advice to go with Auth0

Re: [web2py] DId.app auth is good for web2py apps ?

2020-03-11 Thread Kevin Keller
Looks nice enough, though it is missing an easy way to configure scopes and claims. It dont see it anywhere in their free account actually. I would probably rather advice to go with Auth0 or Okta. I work for Okta so that is why I have integrated web2py with Okta in a sample app. I can send you t

[web2py] DId.app auth is good for web2py apps ?

2020-03-11 Thread António Ramos
DID is an Identity Provider, that authenticates users by verifying access to either an email address or securely stored private key. This gives users the ability to sign in with a single click without being tracked by the social login providers. It gives developers the ability