Punk-Passkey 0.01
Files
- Changes
- MANIFEST
- META.json
- META.yml
- Makefile.PL
- Passkey.xs
- README
- example/passkey-demo/.gitignore
- example/passkey-demo/README.md
- example/passkey-demo/app.psgi
- example/passkey-demo/config/punk.yml
- example/passkey-demo/lib/PasskeyDemo.pm
- example/passkey-demo/lib/PasskeyDemo/Controller/Web/Root.pm
- example/passkey-demo/lib/PasskeyDemo/Model/Passkey.pm
- example/passkey-demo/lib/PasskeyDemo/Model/User.pm
- example/passkey-demo/root/static/style.css
- example/passkey-demo/root/templates/home.tmpl
- example/passkey-demo/root/templates/layout.tmpl
- example/passkey-demo/root/templates/passkeys.tmpl
- example/passkey-demo/sqitch/sqitch.conf
- example/passkey-demo/sqitch/sqitch.plan
- example/passkey-demo/t/01-basic.t
- include/ppk/ppk_abi.h
- include/ppk/ppk_auth.h
- include/ppk/ppk_cbor.h
- include/ppk/ppk_cose.h
- include/ppk/ppk_ctx.h
- include/ppk/ppk_plugin.h
- include/ppk/ppk_reg.h
- include/ppk/ppk_sig.h
- lib/Punk/Passkey.pm
- lib/Punk/Plugin/Passkey.pm
- lib/Punk/Plugin/Passkey/sqitch/mysql/deploy/passkeys.sql
- lib/Punk/Plugin/Passkey/sqitch/mysql/revert/passkeys.sql
- lib/Punk/Plugin/Passkey/sqitch/mysql/verify/passkeys.sql
- lib/Punk/Plugin/Passkey/sqitch/pg/deploy/passkeys.sql
- lib/Punk/Plugin/Passkey/sqitch/pg/revert/passkeys.sql
- lib/Punk/Plugin/Passkey/sqitch/pg/verify/passkeys.sql
- lib/Punk/Plugin/Passkey/sqitch/sqitch.conf
- lib/Punk/Plugin/Passkey/sqitch/sqitch.plan
- lib/Punk/Plugin/Passkey/sqitch/sqlite/deploy/passkeys.sql
- lib/Punk/Plugin/Passkey/sqitch/sqlite/revert/passkeys.sql
- lib/Punk/Plugin/Passkey/sqitch/sqlite/verify/passkeys.sql
- t/00-load.t
- t/01-cbor.t
- t/02-cbor-refusals.t
- t/03-cose.t
- t/04-sig.t
- t/05-seam.t
- t/06-register.t
- t/07-schema.t
- t/08-authenticate.t
- t/09-plugin.t
- t/10-asset-js.t
- t/fixtures/README
- t/fixtures/auth-webauthn-io.txt
- t/fixtures/cbor-appendix-a.json
- t/fixtures/reg-fido-u2f.txt
- t/fixtures/reg-none.txt
- t/fixtures/reg-packed-windows-hello.txt
- t/fixtures/reg-packed-yubikey.txt
- t/js/request-handling.js
- t/lib/PPKTest.pm
- t/manifest.t
- t/pod-coverage.t
- t/pod.t
- tools/capture.html
- xs/authenticate.xs
- xs/cbor.xs
- xs/plugin.xs
- xs/register.xs
- xt/boilerplate.t