continuousauth / web

Safely enable 2FA on your CI published packages. Built with ❤️ by The Electron Team
https://continuousauth.dev
29 stars 6 forks source link

feat: add support for GitHub Actions #62

Closed MarshallOfSound closed 3 months ago

MarshallOfSound commented 5 months ago

Power by OIDC exclusively instead of using log based proof. OIDC is the Cool Thing that didn't exist when CFA was originally written, relying on it for the GHA implementation makes sense.

There are two other refactors included in this PR:

Closes #3