arow-oss / goat-guardian

Reverse proxy that handles authentication
MIT License
39 stars 1 forks source link

add a log that contains all actions a user performed #10

Open cdepillabout opened 6 years ago

cdepillabout commented 6 years ago

It would be nice to have an event-sourcing type log of all actions performed by a user. This would help an operator figure out what has gone wrong when there is a problem.

Ideally this would enable an operator to recover the state of the database at any point in time.

It is debatable how this should interact with #9.