Keycloak to IndieAuth translator (mirror of https://git.jbc.lol/jbcrn/KcIA)

add console error thing

+1
+1
src/index.js
··· 175 175 ); 176 176 177 177 if (!tokenResponse.ok) { 178 + console.error(await tokenResponse.json()); 178 179 return res.status(400).json({ 179 180 error: 'invalid_grant', 180 181 error_description: 'Failed to exchange authorization code'