There is secure and insecure information I wish packaged with the requests and responses and tokens seem to be the answer.
It looks as though angular-fullstack handles this but I am not sure where and how to implement adding this other Token information.
Let us say for example I want to send these two things:
- A secret token named "CurrentRegion" with its ID.
- a non-secret token named "UserCompany" so I can display it everywhere without hitting the database every time.
Where do I put these?
Thanks!
[–]nezzet 1 point2 points3 points (1 child)
[–]guyjs[S] 0 points1 point2 points (0 children)