faroedev / faroe

A modular backend for email and password authentication
https://faroe.dev
MIT License
261 stars 2 forks source link

Logging #5

Open pilcrowonpaper opened 1 month ago

pilcrowonpaper commented 1 month ago

Log events like successful sign in and failed attempts.

It's still unclear to me whether this should be Faroe's responsibility or the application's. If we were to implement this, should the logs be outputted to stdout or stored in file? Maybe SQLite? Should Faroe provide a dashboard to explore them?