sean huang
sean huang
This is my solution ```js # code * SSO (ssoType) { let payload = null; switch (ssoType) { case 'google': payload = yield call(google.login); break; case 'facebook': payload = yield...
Good job @aurthurm , Would it be possible to release this feature at your earliest convenience?, as I would greatly appreciate having it available for my company's upcoming new project...
I faced a similar issue when I tried to call `session.exec`,then I got an error ``` AttributeError: 'Session' object has no attribute 'exec' ``` I found that if you use...