config CORS fixed key to one line helper prints clean up logs improved validations again validations fix rewritten flask and node.js solution added subscription route auth flow diagrams
7 lines
280 B
Plaintext
7 lines
280 B
Plaintext
stateDiagram-v2
|
|
[*] --> PWA : User Initiates
|
|
PWA --> GooglePushAPI : Request Subscription
|
|
GooglePushAPI --> PWA : Return Subscription Info
|
|
PWA --> WebhookWebPushService : Store Subscription Info
|
|
WebhookWebPushService --> PWA : Confirmation
|
|
[*] --> Complete |