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 🎉
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