statgen / bravo_api

Server side data processing and retrieval endpoints for BRAVO
MIT License
1 stars 2 forks source link

Track user authentications in application backend. #18

Closed grosscol closed 11 months ago

grosscol commented 1 year ago

Issue or current state

User engagement, specifically logins per month and day, is tracked via google analytics. Managing credentials and hand off of the account responsible for this is a moving part that has been missed in the past.

Resolved when

Successful user authentications are logged by the application and retained for at least three months.

grosscol commented 11 months ago

Closed by 7922c5f

grosscol commented 11 months ago

https://github.com/statgen/bravo_api/blob/99910af9dd49c9a05fd03337343972f05303627b/bravo_api/blueprints/bailiff/mongo_user_mgmt.py#L43-L45