Open scj643 opened 3 years ago
We shouldn't store the user's password. We can call /core/accounts/{accountId}/authentication_token after login with username and password and store the resulting token to login with.
/core/accounts/{accountId}/authentication_token
Bump
We shouldn't store the user's password. We can call
/core/accounts/{accountId}/authentication_token
after login with username and password and store the resulting token to login with.