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 force consent
plc.jbc.lol
4 months ago
11244f00
eb2ef794
+2
-1
1 changed file
expand all
collapse all
unified
split
src
index.js
+2
-1
src/index.js
···
109
109
scope: `openid website${scope ? ' ' + scope : ''}`,
110
110
state: state,
111
111
response_type: 'code',
112
112
-
website: me
112
112
+
website: me,
113
113
+
prompt: 'consent'
113
114
});
114
115
115
116
// Add PKCE params only if present