mesutpiskin / keycloak-2fa-email-authenticator

🔒 Keycloak Authentication Provider implementation to get a two factor authentication with a OTP/code/token send via Email (through SMTP)
https://medium.com/@mesutpiskin/two-factor-authentication-via-email-in-keycloak-custom-auth-spi-935bbb3952a8
Apache License 2.0
164 stars 91 forks source link

Fix Java version based on the pom file #48

Closed tretinha closed 2 months ago

tretinha commented 2 months ago

Also add a workflow_dispatch that allows you to manually run the build workflow, the reasoning is that outsiders usually can't see the build logs (at least I couldn't) to propose fixes directly and whenever we fork the repo to test out the build the CI is not triggered automatically, which means we need to make a dummy commit to see the errors before working on them.

Cheers.