You are not logged in.
Hi,
I really like the "mORMot secure RESTful authentication".
But how to allow users to create their account and avoid DDOS Attack. In the "mORMot secure RESTful authentication", there is a secret shared between Server and client. But when the user doen't exist (he is creating an account), how to prevent replay attack by a MIM user?
Does something like this already handled by Mormot ?
1 - The user authenticate via OAuth.
2 - The server send a mail with a link (available for 1 hour for example).
3 - The user click the clink and validate his account
Any advice?
Thanks.
Offline
Thanks Ab. I checked it, but I'm confused without example.
I will read the doc again and try to fix my problem.
Offline