Hi all,
I am still new with tadabase and I have been trying out different things on how I will be able to the following in tadabase:
- When user logs in, the app will call get API token.
- Then I want to record that API token either in a User table or a table just for token.
- Lastly, I need to run a schedule for get API token every X seconds and save it to the table where the token should be recorded. But if there’s a better way to refresh the token, I am all ears as well.
I know that I have to use pipes to do this but I am having difficulty in getting what I wanted.
Could someone please give me a step by step instruction on how to do this?
I really appreciate it.
Thanks!