feat: map upstream Google identity claims

This commit is contained in:
donghyeon-ka
2026-07-25 16:24:24 +09:00
parent 98566a713d
commit 98b07b4fdf
8 changed files with 383 additions and 10 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
"private": true,
"type": "module",
"scripts": {
"test:first-broker": "node first-broker-login.mjs"
"test:first-broker": "node first-broker-login.mjs",
"test:claim-mapping": "node claim-mapping.mjs"
},
"dependencies": {
"playwright-core": "1.55.1"