adhocteam / soapbox

Apache License 2.0
11 stars 3 forks source link

Auth fixes #172

Closed kalilsn closed 6 years ago

kalilsn commented 6 years ago

The rails client wasn't passing user metadata for a few requests, which caused a panic. Fixes the requests and prevents the panic.

I'm not entirely sure why metadata.FromIncomingContext was returning anything 🤷‍♂️

kalilsn commented 6 years ago

I accidentally merged these changes already in #171