auth0 / node-auth0

Node.js client library for the Auth0 platform.
MIT License
628 stars 307 forks source link

Reflect that updateAppMetadata and updateUserMetadata methods were removed #946

Closed jmac105 closed 11 months ago

jmac105 commented 11 months ago

Changes

V4 migration guide updated to reflect that updateAppMetadata and updateUserMetadata methods were removed, currently the documentation is unclear/incorrect because it suggests there are now ManagementClient.users.updateUserMetadata & ManagementClient.users.updateAppMetadata methods.

References

N/A

Testing

N/A

Checklist