*Zero-trust authentication with vanishing proofs - No tokens, just ephemeral sessions that self-destruct!*
## Why Ephemeral Auth?
Traditional authentication uses persistent tokens that hackers can steal and reuse for hours. *Ephemeral Auth* uses cryptographic proofs that vanish after each request.
*Traditional*: Token theft = Hours of access *Ephemeral*: Session theft = One action only
## Installation
```bash npm install ephemeral-auth-react