Chris Wagner

Results 106 comments of Chris Wagner

Historically, FS hasn't added/supported administrative endpoints - rather providing methods (via the UserMixin) that allow applications to perform their own administration - often utilizing packages such as Flask-Admin Email is...

You were very clear! I am making this slightly more complex :-) Ok - I think this can make sense - and is fairly easy: a) we should use the...

Intriguing - can you point to some code or documentation on exactly how this would work?

Thanks for the details. So you get the DN from whatever is doing ssl termination. Then you need to either look that up or map it first (using some kind...

Ok - so it would be more like a new view: /login-cert that would grab uwsgi/request environment variables, invoke a DN to 'id' and look that up, and if everything...

Thanks for the links - interesting. Can you explain the cookie issue? Why would you need a subdomain called certauth.app.domain.com?

Thanks for the clarification. Can you point me to some examples of sites that actually accept this? Do they start at app.domain.com - then redirect if you want to log...

I believe so - note also that in the meantime - PASSWORD_HASH_OPTIONS has been deprecated and now should be PASSWORD_HASH_PASSLIB_OPTIONS. It would be great if you wanted to issue a...

Interesting - do you have any thoughts on a better solution?

It is possible - I looked around a bit and it seems like many of the python couchdb packages are archived or not maintained. - which were you thinking of...