feat(gateway): verify Kakao account ownership
This commit is contained in:
@@ -315,6 +315,9 @@ describe('auction integration flow', () => {
|
||||
username: user.username,
|
||||
credential: sealGatewayPassword(user.password, await gatewayClient.auth.passwordKey.query()),
|
||||
});
|
||||
if (login.status !== 'login') {
|
||||
throw new Error('Local integration fixture unexpectedly requires Kakao OTP.');
|
||||
}
|
||||
const gatewayToken = await gatewayClient.auth.issueGameSession.mutate({
|
||||
sessionToken: login.sessionToken,
|
||||
profile: 'che:908',
|
||||
|
||||
Reference in New Issue
Block a user