-
Goal: To be able to use base resource which is API authentication and use received token on all subsequent API calls
-
Details: As per this documentation I tried to create resource for API authentication and also used AuthLogin component, Also added table which calls another API which needs auth token. As per documentation once Authentication is done via AuthLogin it should attach token to every subsequent API requests but that is not happening.
I have attached screenshot of documentation and my test app. Is my understanding wrong or can anyone suggest why it's not attaching token automatically as per documentation?
- Screenshots:
- Documentation
My test app: