Filling In The auth.json File #1080
Unanswered
mwill39014
asked this question in
Q&A
Replies: 2 comments 7 replies
-
Use the cookie helper, it gets the required info , just copy to clip board and paste in your file. if it doesn't get it , it doesn't need it. |
Beta Was this translation helpful? Give feedback.
7 replies
-
not all fields show up for all users so if there is a field which you don't see in the debugger, leave it blank. The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What goes in the auth_hash & auth_uniq_ fields?
Pulling up the needed values in network debugger yields these fields:
FIREFOX
csrf=xxx;
ref_src=;
fp=xxx;
auth_id=xxx;
cookiesAccepted=true;
st=xxx;
sess=xxx
CHROME
csrf=xxx;
auth_id=xxx;
__stripe_mid=xxx;
cookiesAccepted=true;
fp=xxx;
auth_uid_xxx=xxx;
sess=xxx;
st=xxx
Beta Was this translation helpful? Give feedback.
All reactions