mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-01 01:17:36 +08:00
## Summary - Previously, logging out of any device cleared push notification subscriptions for **all** devices via a blanket `user_logged_out` event handler - Now the frontend sends the current browser's push subscription as part of the session destroy request, and only that subscription is removed server-side - "Log out everywhere" paths (admin log out, user suspension, `log_out_strict`) still correctly clear all subscriptions |
||
|---|---|---|
| .. | ||
| auth_provider.rb | ||
| authenticator.rb | ||
| current_user_provider.rb | ||
| default_current_user_provider.rb | ||
| discord_authenticator.rb | ||
| discourse_id_authenticator.rb | ||
| facebook_authenticator.rb | ||
| github_authenticator.rb | ||
| google_oauth2_authenticator.rb | ||
| linkedin_oidc_authenticator.rb | ||
| managed_authenticator.rb | ||
| oauth_faraday_formatter.rb | ||
| result.rb | ||
| twitter_authenticator.rb | ||