lune icon indicating copy to clipboard operation
lune copied to clipboard

Documentation for getAuthCookie

Open RuizuKun-Dev opened this issue 1 year ago • 2 comments

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

RuizuKun-Dev avatar Oct 15 '24 03:10 RuizuKun-Dev

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

RuizuKun-Dev avatar Oct 15 '24 03:10 RuizuKun-Dev

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.

filiptibell avatar Oct 15 '24 09:10 filiptibell