Some of the no-code components require a 'password' grant. This is done so the user can log back in and view important details, for legal and compliance purposes.
If you use a `client_credentials` grant, here are a few solutions to solve for the 'client_id' variable that will be needed to log in the user. In the options below, we use the Card Issuance component as our example.
Option 1. First sign up the user on your site and the Hydrogen component. Next, log in the user on your site. Finally, use the `password` grant to issue the card for that user.
Option 2. Sign up the client on your site and the Hydrogen site. Using the client credentials, pass the `client-id` as a data attribute into the component. As long as that client has a username in our admin that is connected to this client_id, then they can authenticate in the future to the no-code components.