SkygearIO / skygear-SDK-iOS

Skygear SDK for iOS
https://skygear.io
Other
10 stars 28 forks source link

[OAuth] Result json with "+" decode incorrectly in query params #164

Closed carmenlau closed 6 years ago

carmenlau commented 6 years ago

The result received by client side, both space and "+" will become "+" after url encode. To fix this, will use base64 encode the result json in url

I found that when I login with a user email with "+" sign, it become space incorrectly