Re: [web2py] Login via an link/URL

2020-11-18 Thread Carlos Correia
On 17/11/20 22:24, Kenneth wrote: Hi, I tried searching the discussions but could not find anything like this being discussed. I'm looking into having users login into my app via an link/URL they receive via email. They just get an link no separate username and password. When the link is ac

Re: [web2py] Login via an link/URL

2020-11-18 Thread AGRogers
Thanks Carlos I couldnt find the login_user() function in the book but i did find it here: https://web2py.readthedocs.io/en/latest/_modules/gluon/tools.html#Auth.login_user Does login_user(self, user) essentially bypass the normal authentication process? And is login_bare(self, username, pass

[web2py] Re: Dashboard library for Web2py performance/recommendation python vs. js

2020-11-18 Thread Alex Beskopilny
dasjboards for web2py https://github.com/ali96343/facew2p dashboards for py4web https://github.com/ali96343/facep4w charts Highcharts.js On Tuesday, November 17, 2020 at 11:47:04 AM UTC+3 Jonsubs wrote: > Hi everyone, > I need to implement a dashboard and some charts in my webapp. And honestly

[web2py] third party login using JWT

2020-11-18 Thread Manuele Pesenti
Hi! I would need to set up my web2py application to login through a service based on this library: https://github.com/auth0/java-jwt Is there some login method in contrib that already perfectly fit to it or do I have to implement the interface following the existent examples? Any idea? Tha

Re: [web2py] Re: Dashboard library for Web2py performance/recommendation python vs. js

2020-11-18 Thread AGRogers
Some nice looking pages there. Thanks. On Wed, 18 Nov 2020, 11:38 pm Alex Beskopilny, wrote: > dasjboards for web2py https://github.com/ali96343/facew2p > dashboards for py4web https://github.com/ali96343/facep4w > charts Highcharts.js > On Tuesday, November 17, 2020 at 11:47:04 AM UTC+3 Jonsub