Any idea on how to implement suspicious login detection?
I was thinking on using the database hook on session creation but if there is any other way that is better then please let me know
11 Replies
Bump
you can use https://github.com/gekorm/better-auth-harmony/
GitHub
GitHub - GeKorm/better-auth-harmony: Normalize emails/phone numbers...
Normalize emails/phone numbers and block throwaway domains with Better Auth - GeKorm/better-auth-harmony
I mean like, when an account is logged in from another location it sends a notification etc
something like this rightt?
You know when your accounts been hacked on google and they login and then you get a notification from them saying your accounts been breached, something like that
They dont actually know if your accounts been hacked
I know that, but when it’s been logged in from a different location etc
You could use database hooks for that
Yeah that was my plan, I was just seeing if there was anyway I could do it better
Just create an issue on github
Okay