> ## Documentation Index
> Fetch the complete documentation index at: https://docs.versori.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Password/Resource Owner

<Warning>
  The `password` grant is generally not recommended over the `authorization_code` or `client_credentials` grant types, but
  sometimes is the only option when interacting with a system which is outside of your control. This is implemented
  similarly to the `client_credentials` grant, but instead of authenticating as a standalone client to the application,
  you authenticate using a real user’s username and password.
</Warning>
