Hello! I've been doing some investigatory work for a custom DnD Table (like <a href="https://www.dailydot.com/unclick/dungeons-dragons-diy-screen-table/" rel="nofollow">https://www.dailydot.com/unclick/dungeons-dragons-diy-screen-table/</a>) , but with small screens in front of each player that, for the beginning, should simply show the player's remaining hp. Even with the mod support Roll20 offers, this is rather tedious to implement from the browser. Additionally, each display unit is powered by a small Rpi Pico, which makes any browser-based data access even more difficult. It looks like the data is trivially accessible in Firebase, the only issue being the auth token. TOS breach aside, acquiring a token the way it currently works (login, cookies, Cloudflare) is… difficult, so I was wondering whether you would consider implementing a sort of endpoint for programmatic retrieval of said auth token. This would open up new worlds for projects like the one I am planning. Sincerely