Closed nickclyde closed 6 years ago
I tried to see if it was possible to eliminate the need for manually passing the user metadata with each request using an interceptor but couldn't figure out how to get the session data in my interceptor, so I'm just going to merge this. Might revisit that part later.
Fixes #133
I'm not crazy about having to pass the user metadata every time an API method is called from Rails, so I may try to figure out a better way to do that, but I'd like some initial feedback on the approach.