After updating to 2.3.0, any third-party scripts using jQuery do not work. Looks like a context scope issue.
You can reproduce it by inserting a similar code into any template:
<xf:js>
console.log("executed");
console.log(typeof jQuery);
console.log(typeof $);
function...
Hello. After I upgraded to XF 2.3, the "All scopes" option does not work, even though the value in the database column allow_all_scopes is set to 1. If I manually set all scopes, the API key works. I tested it on the endpoint "/index.php?api/auth". Btw this is super user key