Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: I built ephemeral authentication – no tokens, just vanishing proofs (npmjs.com)
2 points by emphreal_tech 22 days ago | hide | past | favorite | 2 comments
Show HN: Ephemeral Auth – Authentication without tokens using vanishing proofs

I built a React authentication library that eliminates tokens entirely. Instead of hackable JWT tokens that last for hours, it uses ephemeral cryptographic proofs that vanish after each request.

*The Problem:* Token theft gives attackers hours of access *The Solution:* Single-use sessions that self-destruct after one action

\it is on npm on these link https://www.npmjs.com/package/ephemeral-auth-react *npm:* poof-auth-react

*How it works:* 1. Request ephemeral challenge (one-time math problem) 2. Solve challenge → get ephemeral session 3. Session vanishes after use - hackers get nothing!

*Features:* - No tokens to steal or manage - Quantum-resistant cryptography - Simple React API - TypeScript support

Perfect timing given recent token breaches and supply chain attacks. Would love feedback from the HN community!

Demo: https://www.npmjs.com/package/ephemeral-auth-react



I see "package 'poof-auth-react' not found" on npmjs. And https://poof-tech.onrender.com/ shows "{"message":"Poof Auth API \ud83d\ude80","status":"running","version":"1.0.0"}" but nothing more.


am sorry the actually url is https://www.npmjs.com/package/ephemeral-auth-react let me change it thanks




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: