Fixed gitlab.org issue #633 (Forced all OAuth UserSpec properties to be encoded as UTF-8)
Created by: kfazi
I've found that some omniauth properties are still causing trouble when not forced to be UTF-8.
This commit is forcing every property of Gitlab::OAuth::AuthHash to be UTF-8.