» Tag
authentication
29 postsPasswordless Laravel Auth: Easy to Demo, Harder to Implement
Passwordless authentication in Laravel is more complex than it seems; learn best practices.
Three New Attack Techniques Targeting Google Passkey System Revealed
Three new attack techniques targeting passkey credentials in Google Password Manager have been revealed, highlighting significant security risks.
DMARC Has Been Public Since 2012. 68.4% of Domains Still Don't Enforce It
DMARC has been public since 2012, yet 68.4% of domains still do not enforce it, raising concerns for email security.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comDual-Token Authentication for Nakama Game Servers with Cognito
A dual-token architecture pairs AWS Cognito with Nakama game servers, using CloudFront, ALB, and NLB layers to validate player identity independently of game sessions.
RS-Key: Security Key Firmware for Raspberry Pi RP2350
RS-Key is an open-source security key firmware for the Raspberry Pi RP2350.
React Native + Expo JWT Auth with FastAPI: A Complete Working Example
Explore the JWT authentication process with React Native and FastAPI. Learn about token storage and automatic refreshing.
Access vs Refresh Tokens: Two Ideas I Was Missing
Learn about the distinct roles of access and refresh tokens and why they should be separate.
Implementing JWT Authentication Securely in Go Fiber
Learn how to securely implement JWT authentication in Go Fiber with best practices.
Cookies or Bearer Tokens? The Day my Auth Design Decision Broke
Explore the differences between cookies and bearer tokens in the StashD app. Lessons learned in mobile and web authentication design.