tangled
alpha
login
or
join now
plc.jbc.lol
/
KcIA
0
fork
atom
Keycloak to IndieAuth translator (mirror of https://git.jbc.lol/jbcrn/KcIA)
0
fork
atom
overview
issues
pulls
pipelines
add console error thing
plc.jbc.lol
4 months ago
5e79fd23
b37ab594
+1
1 changed file
expand all
collapse all
unified
split
src
index.js
+1
src/index.js
···
175
175
);
176
176
177
177
if (!tokenResponse.ok) {
178
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'