Creating Session
-
Hi,
Im trying to login using the api with token and I'm trying to access the store as a customer. is it necessary to create a session so i can maintain authenticated as a customer?
Is there a guide there on how to do this?
Thanks!
-
If you are login with a token then you automatically get the API guard.
-
Hi,
Thanks for the reply.
ok. so all I have to do is add that token to a header when visiting pages within the store?