rojo-rbx / remodel

Scriptable Roblox multitool: Manipulate instances, model files, places, and assets on Roblox.com
MIT License
169 stars 38 forks source link

Migrate to using rbx_cookie for authentication #87

Closed filiptibell closed 2 years ago

filiptibell commented 2 years ago

This replaces the custom auth implementation that remodel uses in favor of the rbx_cookie crate (Link) used in other tools such as Mantle.

Migrating to rbx_cookie is backwards compatible with previous cookie storage methods that Roblox has been known to use, and will also add support for fetching studio auth cookies on macOS which Remodel has previously not supported 🎉

Closes #86

LPGhatguy commented 2 years ago

Cool, thank you!