marvinruder / rating-tracker

A web service fetching and providing financial and ESG ratings for stocks.
https://ratingtracker.mruder.dev
MIT License
5 stars 0 forks source link

Store WebAuthn challenges, rate limiter logs in PostgreSQL database #1547

Open marvinruder opened 2 months ago

marvinruder commented 2 months ago

Is your feature request related to a problem? Please describe. A setup distributed over multiple instances or multiple threads requires that no persistent (i.e., across multiple requests) information is stored in memory.

Describe the solution you’d like WebAuthn challenges and the access log maintained by the rate limiter are stored in the PostgreSQL database.