mantle
mantle copied to clipboard
Support hybrid Open Cloud usage to reduce dependence on cookies
Some users are experiencing issues with cookies getting cancelled by Roblox. This makes CI integrations harder to manage. We can introduce a hybrid setup so that if an Open Cloud token is available, Mantle will use it for operations that it supports. Mantle will still require cookie auth for many APIs but since the most common API it uses is probably the place upload API, this should significantly help users with CI stability.
For a possible workaround, see https://github.com/marketplace/actions/savetoroblox
This was implemented in v0.11.15