Menu

Post image 1
Post image 2
1 / 2
0

TrueFramework v4.1 Updates

DEV Community·Daniel Baldwin·21 days ago
#pSZK0c6T
Reading 0:00
15s threshold

TrueFramework is a small, opinionated PHP framework built around three rules: plain PHP and plain files, one way to do common things, and pluggable where it matters. The v4.1 release focuses on the pieces every real-world app eventually needs — passkey login, expiring tokens, scheduled background work, sane error pages, and a one-class full featured email sender to keep the framework from bloat. Here's what's new. Passkey login with vendored WebAuthn / FIDO2 TrueFramework now ships passkey login support directly in the core package. The widely-used lbuchs/webauthn library is vendored under True\WebAuthn (its original namespace is preserved), so there's no extra Composer dependency to manage and no detached library to keep up to date alongside the framework. The standard registration and assertion flows — challenge issuance, attestation verification, signature validation — are all available out of the box.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More