stopped at access token

This commit is contained in:
heyethereum
2024-07-26 22:51:11 +08:00
parent 12873b1fa8
commit f20b0ad4e8
12 changed files with 358 additions and 242 deletions

View File

@@ -0,0 +1,24 @@
{
"authSelections": "identityPoolAndUserPool",
"resourceName": "safeqr",
"serviceType": "imported",
"region": "ap-southeast-1",
"usernameAttributes": [
"email"
],
"authProvidersUserPool": [
"Google"
],
"requiredAttributes": [
"email"
],
"passwordPolicyMinLength": 6,
"passwordPolicyCharacters": [],
"mfaConfiguration": "OPTIONAL",
"autoVerifiedAttributes": [
"email"
],
"mfaTypes": [
"TOTP"
]
}