feat: replace password login with OIDC PKCE flow

This commit is contained in:
Davide Scaini
2026-06-03 16:21:28 +02:00
parent 78af14a78d
commit 6e69358e1e
5 changed files with 179 additions and 110 deletions
+9 -3
View File
@@ -7,7 +7,10 @@
"scheme": "bincio",
"userInterfaceStyle": "dark",
"newArchEnabled": true,
"platforms": ["ios", "android"],
"platforms": [
"ios",
"android"
],
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash-icon.png",
@@ -39,11 +42,14 @@
"expo-sqlite",
[
"expo-document-picker",
{ "iCloudContainerEnvironment": "Production" }
{
"iCloudContainerEnvironment": "Production"
}
],
"expo-background-fetch",
"expo-task-manager",
"@maplibre/maplibre-react-native"
"@maplibre/maplibre-react-native",
"expo-web-browser"
]
}
}