Spaces:
Sleeping
Sleeping
coyotte508
commited on
Commit
·
d5eb6f7
1
Parent(s):
46d21da
log code verifier
Browse files- src/lib/server/auth.ts +1 -0
src/lib/server/auth.ts
CHANGED
|
@@ -320,6 +320,7 @@ export async function getOIDCUserData(
|
|
| 320 |
url: URL
|
| 321 |
): Promise<OIDCUserInfo> {
|
| 322 |
const client = await getOIDCClient(settings, url);
|
|
|
|
| 323 |
const token = await client.callback(settings.redirectURI, {
|
| 324 |
code,
|
| 325 |
iss,
|
|
|
|
| 320 |
url: URL
|
| 321 |
): Promise<OIDCUserInfo> {
|
| 322 |
const client = await getOIDCClient(settings, url);
|
| 323 |
+
logger.info({ codeVerifier, code, url }, "codeVerifier");
|
| 324 |
const token = await client.callback(settings.redirectURI, {
|
| 325 |
code,
|
| 326 |
iss,
|