[pylons-discuss] Pyramid authentication callback not being called

2020-12-12 Thread PremAnand Lakshmanan
I'm trying to implement authentication for my web application built using Pyramid. Here is the code - https://github.com/PREM1980/spa_authentication I have a issue when the registered callback using AuthTktAuthenticationPolicy is not being called. Here is the workflow of the application. 1. T

[pylons-discuss] Pyramid authentication

2020-12-12 Thread Prem Lakshmanan
Hello, I'm trying to integrate pyramid authentication in my web project but have issues/clarifications. Here is my project - https://github.com/PREM1980/spa_authentication Basically, I want to remember a request and any future requests needs to be authenticated. Here is the workflow of my pr

[pylons-discuss] pyramid authen

2020-12-12 Thread prem anand lakshmanan
I'm trying to implement authentication for my web application built using Pyramid. Here is the code - https://github.com/PREM1980/spa_authentication I have an issue when the registered callback using AuthTktAuthenticationPolicy is not being called. Here is the workflow of the application.

Re: [pylons-discuss] Poetry and Pyramid

2020-12-12 Thread Nejc Zupan
I used Poetry for the “Pyramid RealWorld.io example app”: https://github.com/niteoweb/pyramid-realworld-example-app/ > On 12 Dec 2020, at 01:13, MJF wrote: > > I have been away from using Pyramid (well, from sta