Using baserow node

Hey @t10i,

I will need to double check but I would imagine it is something that will be added as it makes sense to use the token over user credentials.

I have set a reminder on this thread to check in the morning :+1:

1 Like

Only some Baserow endpoints support token auth - JWT has higher coverage.

https://api.baserow.io/api/redoc/#operation/delete_database_table_row

https://api.baserow.io/api/redoc/#operation/get_database_table

1 Like

That does seem to be the case. Additionally, JWT tokens only seem to be valid for 60 minutes after creation. So maybe it is best to leave this as credentials since that will always work when using the API.

Maybe that is why it was kept to user and password, It needs them anyway for JWT which looks to be what the node is doing internally. It looks like the Operations for the node can work with Token but the dynamic parts need the JWT side.

1 Like

Got it, makes sense as to why the credentials are asking for the full credentials and not tokens, thanks!

2 Likes

Hi,

Apologies for reviving an old thread, is this is still the case?

I’m not comfortable having to enter an individual’s credentials.
How should we approach this if the n8n workflow is to be shared?

Thanks.