0
在做這件事情時遇到困難 - 它甚至有可能嗎?Backand:註冊後立即登錄用戶?
登錄了電子郵件驗證是關閉的,而我這樣做是在配置:
BackandProvider.setAppName('test');
BackandProvider.runSigninAfterSignup(true);
// ... tokens, etc.
聞聽此事早在響應擊中/1/user/signup
端點後:
data : {
currentStatus : 1,
listOfPossibleStatus : [...],
message : "The user is ready to sign in",
token : "...",
username : "[email protected]"
}
我是否需要進行另一個API調用?無法找到哪裏和哪些參數。