auth0 / docs

Auth0 documentation
MIT License
367 stars 1.6k forks source link

Issue in user object documentation in vue #10377

Open creyD opened 4 months ago

creyD commented 4 months ago

Description

In the Vue SDK, the user object is not correctly documented. In the user object zoneinfo and locale are documented, which aren't accessible on the user. Additionally the user_metadata is not accessible, even though it should be on the user object and is accessible via the management API.

Screenshot 2024-02-26 at 17 33 02

Reproduction

If you just install the mentioned versions, you will see that the documentation is like in the provided screenshot.

Environment