feat: client test app, add apple login

This commit is contained in:
Abdalhamid Alhamad
2025-01-15 14:37:53 +03:00
parent 8ff9f921e8
commit 663e8972c4
5 changed files with 74 additions and 16 deletions

View File

@ -15,6 +15,7 @@
"@mui/material": "^6.3.1",
"axios": "^1.7.9",
"react": "^18.3.1",
"react-apple-signin-auth": "^1.1.0",
"react-dom": "^18.3.1",
"react-router-dom": "^7.1.1"
},
@ -3528,6 +3529,16 @@
"node": ">=0.10.0"
}
},
"node_modules/react-apple-signin-auth": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/react-apple-signin-auth/-/react-apple-signin-auth-1.1.0.tgz",
"integrity": "sha512-cEFj5kVBa0R7K2Ah/F0kVtttVX19YZ0Fm6tSAICxEj9SmP6kwYHUysZ8N558cHHG09/cK+NTZ9pUxGVNXlG2Lg==",
"license": "MIT",
"peerDependencies": {
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0"
}
},
"node_modules/react-dom": {
"version": "18.3.1",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",