Jeremy Steinberg

Results 2 issues of Jeremy Steinberg

# Fixes # Add support for multiple auth tokens to `Rack::TwilioWebhookAuthentication` middleware. The goal of having multiple tokens is to support [Secondary Auth Tokens](https://www.twilio.com/blog/2014/12/introducing-secondary-auth-tokens-nt.html) A short description of what this...

There is a memory leak related to [remounting apis](https://github.com/ruby-grape/grape/pull/1803). It was originally addressed [here](https://github.com/ruby-grape/grape/pull/1836). I believe this is an incomplete solution. The root of the issue is calling the [`add_setup`](https://github.com/ruby-grape/grape/blob/master/lib/grape/api.rb#L42)...

confirmed bug