volatiletech / authboss

The boss of http auth.
MIT License
3.79k stars 204 forks source link

Location and device awareness #363

Open fgm opened 5 months ago

fgm commented 5 months ago

Hello. We are currently working on an authboss poc and one thing we are missing is location and device awareness, to trigger special actions on unusual conditions like a new device or an unusual location.

I understand authboss does not wish to include this, but I am wondering how best to implement that feature. Would it be by creating a module that reacts on specific events ? And if so, how best to add the required extra info to the event data for other handlers and the storer to act upon them.