You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For all APIs, it uses checkPermission to check permission. We should make sure it considers the allowedScope when it's machine and follow the permission-checking logic in v3 java code.
For findUsers method, the logic should be same as v3 java code. Currently, the logic is deviated from v3 java code a lot.
For registerUser method, validate logic is not right, such as validate password is not performed, validate handle, email logic is not consistent with java code; make sure the logic is consistent with v3 java code.