Platform updates

Changelog

Everything that ships on PWF Auth — the platform itself.

August 2026
New Latest Aug 20, 2026 PWF Auth

We're on YouTube — how PWF Auth works in 30 seconds

PWF Auth now has an official YouTube channel — and the first video is live: a 30-second teaser that walks the whole flow, from create your app to automate everything.

▶ Watch: How PWF Auth works — in 30 seconds

What's coming to the channel:

  • Quick-start tutorials — protect your app in minutes

  • SDK integration guides — C# / VB.NET (NuGet), Python (PyPI), Node.js (npm)

  • Feature walkthroughs — heartbeat & kill switch, free trials, webhooks, OTA updates


Subscribe to @pwfauth so the next tutorial lands in your feed.
# youtube # video # community
New Aug 19, 2026 PWF Auth

The site now speaks Turkish & Simplified Chinese

The public site now speaks Türkçe 🇹🇷 and 简体中文 🇨🇳 — bringing it to 7 languages (English, العربية, Deutsch, Nederlands, Português, Türkçe, 简体中文).

What's translated
  • The full homepage — features, pricing, license models, FAQ

  • The complete API reference

  • Sign-up, sign-in, password reset & 2FA screens

  • The blog, navigation and footer


How it works
The developer panel itself stays in English for now. If you'd like another language on the site, tell us — this wave took one day to ship.
# i18n # languages # website
New Aug 2, 2026 PWF Auth

Multi-device licensing

A single license key can now be activated on multiple distinct devices — up to the key's Max Devices limit (1–100).

Previously a key bound to the first machine that activated it, and any other device was rejected with HWID_MISMATCH before the Max Devices limit was ever applied. That legacy single-HWID check is gone.

What's new


  • One key works on up to Max Devices different machines

  • Each device gets its own concurrent session — signing in on one never signs out the others

  • Re-activating a machine that is already bound does not use an extra slot

  • A new DEVICE_LIMIT response (with devices_used and max_devices) when every slot is full


In the panel


Open any key and choose Devices to see every bound machine — last IP, first and last seen — and unbind a single one to free a slot, without resetting the whole key.

Existing keys


Every already-activated license was migrated automatically: its current device is kept and its history stays intact. Just raise Max Devices to allow more machines. Keys set to Max Devices = 1 are unchanged and still return HWID_MISMATCH for a second device.
# licensing # hwid # devices
July 2026
New Jul 11, 2026 PWF Team

Continue with Google

You can now sign in and create your account with a single click using Continue with Google — no extra password to manage. Two-factor stays enforced wherever it's enabled.
# auth # google # oauth
New Jul 11, 2026 PWF Team

Sign in with Telegram

Link your Telegram account and sign in with a single tap using the official Telegram Login Widget — fast, secure, and passwordless.
# auth # telegram # oauth
May 2026
New May 18, 2026 PWF Team

OTA Updates: channels, staged rollout, SHA-256

App Updates now support stable/beta/alpha channels, staged % rollouts, OS/arch filtering, min-version gates, SHA-256 integrity hashes, mandatory-after timestamps, and a public /releases.php timeline.