#Auth Process

2 messages · Page 1 of 1 (latest)

supple stream
#

Hello, can someone help me understand the authentication process? I have multiple questions:
1- Why does a session appear initiated on MacOS? Is that session initiated on some remote server?

2- Can I make the entire authentication process hosted locally? Meaning, can all of this authentication process be made more transparent to demonstrate that the communication channel will not be compromised?

snow sparrow
#

1- It's just the default userAgent used by the puppeteer, you can change it;
2- The authentication is made on local;