Sunday 28 January 2018

How to pass authentication token with every request?

I am using Loopback's user-management example to authenticate.Once a user logs in, a token is generated. How do I ensure that every request made by that user contains the token? I want to make sure that the user is authenticated every step of the way.Is there a built in way of achieving this?

Submitted January 29, 2018 at 12:21AM by explicitspirit

No comments:

Post a Comment