Verify Email + Reset Password flows (#654)

* verifiers

* add missing emails

* fix gh perms
This commit is contained in:
Geometrically
2023-07-12 20:40:24 -07:00
committed by GitHub
parent 4bdf9bff3a
commit 0d88ff8dae
12 changed files with 1228 additions and 476 deletions

View File

@@ -154,7 +154,7 @@ where
)
.await?;
user.map(|x| (Scopes::ALL, x))
user.map(|x| (Scopes::NOT_RESTRICTED, x))
}
_ => return Err(AuthenticationError::InvalidAuthMethod),
};