https://github.com/firehed/firehed
https://github.com/firehed/firehed
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/firehed/firehed
- Owner: Firehed
- Created: 2022-06-09T17:31:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T22:52:35.000Z (about 2 years ago)
- Last Synced: 2025-04-07T20:53:09.011Z (about 1 year ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Hi there 👋
I'm the founder of [SnapAuth](https://www.snapauth.app), the easiest way to go passwordless with passkeys.
Prevent phishing attacks and reduce sign-in friction by switching from legacy authentication to passkeys!
I also created [Perkfolio](https://www.perkfolioapp.com?utm_source=github&utm_campaign=profile), an app to organize your frequent flyer numbers and other travel info.
[Check it out on the App Store](https://apps.apple.com/us/app/perkfolio/id6745152347?itscg=30200&itsct=apps_box_badge&mttnsubad=6745152347)
I am available for consulting, primarily in the security space.
You can find more about me at [ericstern.com](https://www.ericstern.com)!
- 📫 How to reach me: github@ericstern.com
- 😄 Pronouns: he/him/his
- ⚡ Fun fact: 🐰
## 💸 Sponsorship
If you find my work valuable, I'd appreciate it if you'd consider [sponsoring me](https://github.com/sponsors/Firehed).
Never required, but it would mean a lot to me!
## 🔐 PHP Security Tools
- [WebAuthn](https://github.com/Firehed/webauthn-php)
- Older Version: [U2F](https://github.com/Firehed/u2f-php) ([examples](https://github.com/Firehed/u2f-php-examples))
- [JWT](https://github.com/Firehed/jwt)
- [Utilities](https://github.com/Firehed/Security)
- HOTP (RFC 4226)
- TOTP (RFC 6238)
- Secret (hidden string masking; precursor to native [`#[SensitiveParameter]` attribute](https://wiki.php.net/rfc/redact_parameters_in_back_traces))
## ▶️ Github Actions
- [Multistage Docker build](https://github.com/Firehed/multistage-docker-build-action)
- [Deploy to Kubernetes](https://github.com/Firehed/deploy-to-kubernetes-action)
- [Run checks inside Docker](https://github.com/Firehed/docker-check-action)
- [Lint PHP](https://github.com/Firehed/lint-php-action)
## 📄 Template Repositories
- [PHP Project](https://github.com/Firehed/php-project-template)
- [PHP Library](https://github.com/Firehed/php-library-template)