calaldees / KaraKara

Karaoke Event System - Attendees can view and queue tracks from their mobile phones
https://karakara.uk
GNU General Public License v3.0
28 stars 9 forks source link

Google login fix #80

Closed calaldees closed 2 years ago

calaldees commented 2 years ago

This is paired with https://github.com/calaldees/libs/commit/ba4fe72967dfd208395c5943afafa53844118a06 to fix google login flow. The previous addition to 'write json date to temp file' never worked because the tempfile was deleted. This addition keeps it around and asserts the correct state.

I use/develop the server standalone without mosqueto. It raises and error log under this case rather than crashing ... maybe it should crash without mosqueto in production ... suggestions welcome.