Lucas Connors

Results 21 comments of Lucas Connors

Yeah, I think those approaches (especially in concert) could solve my problem! Before I made this issue I was actually trying to figure out if I could do something similar...

@alvinwan Packaging with your `cffi` and `cryptography` SO files above, I get: ``` File "/var/task/cryptography/hazmat/primitives/constant_time.py", line 11, in from cryptography.hazmat.bindings._constant_time import lib ImportError: libffi-d78936b1.so.6.0.4: cannot open shared object file: No...

Personally I've given up on trying to use prebuilt object files in zappa projects. Instead, I use a Docker container based off of one of the `lambci/lambda` containers to run...

For anyone blocked by this, @FlipperPA has forked `s3sqlite` from `zappa-django-utils` into `django-s3-sqlite` which is working on Django 2.2: https://github.com/FlipperPA/django-s3-sqlite

According to the classifiers in `setup.py` it looks like this project is under the BSD license, but I just created https://github.com/KristianOellegaard/django-saml-service-provider/pull/6 to make it more visible.

The setup for `django-saml-service-provider` is a bit complicated. To simplify the setup process a bit for users that have OneLogin as an identity provider I created https://github.com/KristianOellegaard/django-saml-service-provider/pull/12. This repo has...

I created https://github.com/KristianOellegaard/django-saml-service-provider/pull/7, which fixes this issue.

That's right, a logout view is not provided because `django.contrib.auth.views.logout` is sufficient.

Hi @remarkov, thank you so much for your thoughtful reply! Unfortunately, I don't think I did an adequate job explaining the problem, so I will try to provide a more...

Sorry I haven't come back to this problem for a while now. Of course it would be great to have a solution implemented as part of Factory Boy, but I...