Shopify/omniauth-shopify-oauth2

Shopify auth hash does not contain a uid

masha256 opened this issue · 1 comments

Per the omniauth docs at https://github.com/intridea/omniauth/wiki/Auth-Hash-Schema, the request.env['omniauth.auth'] is supposed to always contain a 'uid' value. The shopify omniauth provider does not. Might I suggest using the shop name as the uid value?

Are you guys planning on fixing this issue, @odorcicd @jeromecornet? I believe there are a couple fields listed as mandatory in the spec that aren't present in that hash.