Documentation for getAuthCookie
Hey, i'm request documentation for roblox.getAuthCookie
i use this for CI/CD on github and I have a self-hosted runner on linux, so i can't run Roblox Studio on it to make getAuthCookie work and I'd like to set this up manually however i don't know how to do so
in short, i'd like to know what or where getAuthCookie is looking for on each platform; Windows, MacOS and Linux
seems like source code for that is here
https://github.com/blake-mealey/mantle/blob/main/mantle/rbx_cookie/src/lib.rs
would appreciate documentation nonetheless
*manually set env var with key ROBLOSECURITY
seems like source code for that is here
https://github.com/blake-mealey/mantle/blob/main/mantle/rbx_cookie/src/lib.rs
would appreciate documentation nonetheless
Yeah, where the auth cookie comes from is really an implementation detail and may change over time. I do think linking to these docs you mentioned would be good though.