Before NocoDB deprecated it, user auth token was a temporary token designed for quick experiments with the API, valid for a session until the user logs out or for 10 hours.
NocoDB deprecated user auth tokens in v0.205.1. Use API tokens instead.
To configure this credential, you’ll need a NocoDB instance and:
A User Token
Your database Host
To generate a user auth token:
Log into NocoDB and select the User menu in the bottom left sidebar.
Select Copy Auth token.
Enter that auth token as the User Token.
Enter the Host of your NocoDB instance, for example http://localhost:8080.