uname & email check

This commit is contained in:
realaravinth
2021-03-30 15:32:32 +05:30
parent 76b9f11430
commit 8cc3146389
4 changed files with 169 additions and 2 deletions

View File

@@ -31,6 +31,8 @@ pub fn services(cfg: &mut ServiceConfig) {
cfg.service(auth::signin);
cfg.service(auth::signup);
cfg.service(auth::delete_account);
cfg.service(auth::username_exists);
cfg.service(auth::email_exists);
// mcaptcha
// domain