6989a98d75
- Arkitektur: docs/auth/passwordless-architecture.md - Backend: iom/quixzoom-auth-service/ (FastAPI + Redis) - Webb: quixzoom-market-pages/se/login/ (QR-kod + polling) - App: iom/quixzoom-app/src/features/auth/ (push + deep links) Flöde: QR-kod → app-godkännande → webb-inloggad
18 lines
428 B
JSON
18 lines
428 B
JSON
{
|
|
"name": "devtools-protocol",
|
|
"version": "0.0.1638949",
|
|
"description": "The Chrome DevTools Protocol JSON",
|
|
"repository": "https://github.com/ChromeDevTools/devtools-protocol",
|
|
"author": "The Chromium Authors",
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/ChromeDevTools/devtools-protocol/issues"
|
|
},
|
|
"files": [
|
|
"json",
|
|
"pdl",
|
|
"types"
|
|
],
|
|
"types": "types/protocol.d.ts"
|
|
}
|