mantle icon indicating copy to clipboard operation
mantle copied to clipboard

Support hybrid Open Cloud usage to reduce dependence on cookies

Open blake-mealey opened this issue 2 years ago • 1 comments

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.

blake-mealey avatar Jan 16 '23 01:01 blake-mealey

For a possible workaround, see https://github.com/marketplace/actions/savetoroblox

GreenAppers avatar Mar 26 '24 23:03 GreenAppers

This was implemented in v0.11.15

blake-mealey avatar Aug 16 '24 21:08 blake-mealey