mozilla-services / syncstorage-rs

Sync Storage server in Rust
Mozilla Public License 2.0
894 stars 49 forks source link

Add FxA Webhook event handling to Tokenserver #1533

Open jrconlin opened 5 months ago

jrconlin commented 5 months ago

FxA suggests switching to a Webhook to handle significant user events (delete, reset, changePassword). These were previously handed by a dedicated process_account_events.py script which used SQS and now uses an outdated library.

┆Issue is synchronized with this Jira Task