portier / portier-broker

Portier Broker reference implementation, written in Rust
http://portier.github.io/
Apache License 2.0
553 stars 17 forks source link

Fix bridge request counters #877

Closed stephank closed 2 months ago

stephank commented 2 months ago

I suspect the portier_auth_{email,oidc}_requests counters are incorrect and double-counting some requests. This changes the counter so it is only incremented after session save.