Changes for version 0.03 - 2026-08-22
- use G_ARRAY instead of G_LIST as G_ARRAY on perls before 5.36
- Declare getentropy properly. macOS and glibc put it in <sys/random.h>, so the configure probe now tries that header first
Modules
a second factor for Punk applications
HOTP and TOTP one-time passwords
Examples
- example/demo.psgi
- example/plugin-demo/README.md
- example/plugin-demo/app.psgi
- example/plugin-demo/config/punk.yml
- example/plugin-demo/lib/TOTPDemo.pm
- example/plugin-demo/lib/TOTPDemo/Backend/Memory.pm
- example/plugin-demo/lib/TOTPDemo/Controller/Web/Account.pm
- example/plugin-demo/lib/TOTPDemo/Controller/Web/Auth.pm
- example/plugin-demo/lib/TOTPDemo/Controller/Web/Vault.pm
- example/plugin-demo/lib/TOTPDemo/Model/Token.pm
- example/plugin-demo/lib/TOTPDemo/Model/User.pm
- example/plugin-demo/root/static/style.css
- example/plugin-demo/root/templates/challenge.tmpl
- example/plugin-demo/root/templates/enrol.tmpl
- example/plugin-demo/root/templates/home.tmpl
- example/plugin-demo/root/templates/layout.tmpl
- example/plugin-demo/root/templates/login.tmpl
- example/plugin-demo/root/templates/vault.tmpl
- example/plugin-demo/t/01-basic.t