Added person lookup by email and email auth url key.

This commit is contained in:
Scott Idem
2021-12-02 17:57:01 -05:00
parent 2c0af0a321
commit 630739aae6
7 changed files with 265 additions and 9 deletions

View File

@@ -394,9 +394,9 @@ async def lookup_email(
if account_id := redis_lookup_id_random(record_id_random=x_account_id, table_name='account'): pass
else: return mk_resp(data=None, status_code=404, response=response)
import time
# import time
time.sleep(1)
# time.sleep(1)
if person_rec_list_result := get_person_rec_list(
#account_id = account_id,