square / rails-auth

Modular resource-based authentication and authorization for Rails/Rack
Apache License 2.0
291 stars 23 forks source link

Support URL-encoded PEMs to support new Puma header requirements #70

Closed drcapulet closed 3 years ago

drcapulet commented 3 years ago

With Puma 5.5.1, LF characters are no longer allowed in headers. In addition, $ssl_client_cert in Nginx has been deprecated in favor of $ssl_client_escaped_cert.