I'm getting a redirect_uri_mismatch when trying to authenticate with box.
my redirect_url is: https://localhost:3000/users/callback
I've also tried: http://localhost:3000/users/auth/box_oauth2/callback
I was aware of an issue omniauth/omniauth-oauth2#81 where there is a an issue with the 1.4.0 version of omniauth-oauth2 but even after forking and locking the gemspec to 1.3.1 I am still getting redirect_uri_mismatch.
Any idea how I can resolve this?