Holo-Host / holo-auth

Holo authentication infrastructure
40 stars 3 forks source link

bump hpos-core pkgs #44

Closed zo-el closed 2 years ago

peeech commented 2 years ago

What I think is that on version mismatch defected in this line of code user should receive an email with error description.

peeech commented 2 years ago

try_registration_auth() is executed in a loop every 15 min. If there's an error with registration an email is sent to the user, which means that in case of an error user will receive the same email every 15 min until an error is fixed. I am not sure if this is a great UX.