You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tried to use JWT auth token, JWT refresh token they are both worked to query or mutation.
JWR refresh token has a lifetime live, right ? I saw JWR auth token expired pretty fast, can I edit time of its?
What is the meaning of woosession? Do I need care about it ?
admin JWT can query everything, right?
I add admin JWT refresh to header of Apollo client function, is that safe to use? I need api can query everything include private data like users+ data.
Should we turn on Restrict Endpoint to Authenticated Users feature to get more secure? I tried and if user need login I must call to server then use admin JWT refresh token to mutation =>get user token => return to client => client can query their info on browser. Is this right step? :\
Thank you for any answer.
The text was updated successfully, but these errors were encountered:
Hi, I tried to use
JWT auth token
,JWT refresh token
they are both worked to query or mutation.JWR refresh token
has a lifetime live, right ? I saw JWR auth token expired pretty fast, can I edit time of its?woosession
? Do I need care about it ?Restrict Endpoint to Authenticated Users
feature to get more secure? I tried and if user need login I must call to server then useadmin JWT refresh token
to mutation =>get user token => return to client => client can query their info on browser. Is this right step? :\Thank you for any answer.
The text was updated successfully, but these errors were encountered: