SkygearIO / skygear-SDK-iOS

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

Container API Key is not attached in `SKYLambdaOperation` #55

Closed limouren closed 7 years ago

limouren commented 8 years ago

FYI: https://github.com/SkygearIO/skygear-SDK-iOS/blob/master/Pod/Classes/Operations/SKYLambdaOperation.m#L59

limouren commented 8 years ago

As an effect, lambda operation would always fail if user hasn't logged in.

cheungpat commented 7 years ago

As an effect, lambda operation would always fail if user hasn't logged in.

The lambda operation would fail if user hasn’t logged in and if the lambda requires authenticated user.