Perry Naseck

Results 314 comments of Perry Naseck

OmniAuth 2 has been released. @toyokazu are there any known incompatibilities? Is it safe to migrate to OmniAuth 2? The repo description specifically says 1.x.

@mdb571, I don't think you should patch anything in a Debian package that isn't a Debian-specific bug. The issue is not with how you are planning to package the repo...

My apologies, I meant to mention @mdb571 not the original issue-opener. I have fixed it now.

Just a note for the interested, I have moved to use omniauth-saml to directly authenticate with the IdP server without mod_shib/shibd. Doesn't work for all situations, but omniauth-saml is much...

It seems that maybe GitHub does not like such large messages in issues since I got the equivalent error when pasting into the UI.

@FloEdelmann what is `client_max_body_size` set to in Nginx for that `location` block? Default is `1m`. Maybe try setting it to `51M` (1MB more than 50 to allow for rest of...

I could open a pull to modify `nginx-site-available`, but it is probably easier for the server admin to just try inserting `client_max_body_size 51M;` in production.

Compatibility with something like [asyncawait](https://github.com/yortus/asyncawait) would be nice as well.

@tjmehta you probably won't get very many votes here because the ratios of stargazers to watchers in this repo is very high.