Doridian / Doridian/OpenBambuAPI
Login with Password or Code
Open
- Dominant language
- No language data
- Stars
- 680
- Forks
- 96
- PR merge metrics
- No merged PRs in 30d
Description
When I login with my password it returns:
`Array ( [accessToken] => [refreshToken] => [expiresIn] => 0 [refreshExpiresIn] => 0 [tfaKey] => [accessMethod] => [loginType] => verifyCode )`
Can I programmatically grab this code? or disable code verification some how so I can just use my password??
POST https://api.bambulab.com/v1/user-service/user/login
Request
Either login with password OR verification code, not both
{
"account": "",
"password":"",
"code": "",
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.