Punk-APIKey 0.01 Latest
Files
- APIKey.xs
- Changes
- MANIFEST
- META.json
- META.yml
- Makefile.PL
- example/apikey-demo/.gitignore
- example/apikey-demo/README.md
- example/apikey-demo/app.psgi
- example/apikey-demo/config/punk.test.yml
- example/apikey-demo/config/punk.yml
- example/apikey-demo/lib/ApiKeyDemo.pm
- example/apikey-demo/lib/ApiKeyDemo/Controller/API/V1.pm
- example/apikey-demo/lib/ApiKeyDemo/Controller/Web/Keys.pm
- example/apikey-demo/lib/ApiKeyDemo/Controller/Web/Root.pm
- example/apikey-demo/lib/ApiKeyDemo/Model/Note.pm
- example/apikey-demo/lib/ApiKeyDemo/Model/User.pm
- example/apikey-demo/root/static/style.css
- example/apikey-demo/root/templates/issued.tmpl
- example/apikey-demo/root/templates/keys.tmpl
- example/apikey-demo/root/templates/layout.tmpl
- example/apikey-demo/root/templates/welcome.tmpl
- example/apikey-demo/sqitch/deploy/notes.sql
- example/apikey-demo/sqitch/deploy/users.sql
- example/apikey-demo/sqitch/revert/notes.sql
- example/apikey-demo/sqitch/revert/users.sql
- example/apikey-demo/sqitch/sqitch.conf
- example/apikey-demo/sqitch/sqitch.plan
- example/apikey-demo/sqitch/verify/notes.sql
- example/apikey-demo/sqitch/verify/users.sql
- example/apikey-demo/t/01-basic.t
- ignore.txt
- include/pak/pak_apikey.h
- include/pak/pak_apikey_boot.h
- include/pak/pak_apikey_reg.h
- include/pak/pak_clos.h
- include/pak/pak_hash.h
- include/pak/pak_key.h
- include/pak/pak_reg.h
- lib/Punk/APIKey.pm
- lib/Punk/Command/Apikey.pm
- lib/Punk/Model/ApiKey.pm
- lib/Punk/Plugin/APIKey.pm
- lib/Punk/Plugin/APIKey/sqitch/mysql/deploy/api_keys.sql
- lib/Punk/Plugin/APIKey/sqitch/mysql/revert/api_keys.sql
- lib/Punk/Plugin/APIKey/sqitch/mysql/verify/api_keys.sql
- lib/Punk/Plugin/APIKey/sqitch/pg/deploy/api_keys.sql
- lib/Punk/Plugin/APIKey/sqitch/pg/revert/api_keys.sql
- lib/Punk/Plugin/APIKey/sqitch/pg/verify/api_keys.sql
- lib/Punk/Plugin/APIKey/sqitch/sqitch.conf
- lib/Punk/Plugin/APIKey/sqitch/sqitch.plan
- lib/Punk/Plugin/APIKey/sqitch/sqlite/deploy/api_keys.sql
- lib/Punk/Plugin/APIKey/sqitch/sqlite/revert/api_keys.sql
- lib/Punk/Plugin/APIKey/sqitch/sqlite/verify/api_keys.sql
- t/00-load.t
- t/10-apikey.t
- t/20-sqlite.t
- t/30-sqitch.t
- t/40-cli.t
- t/50-doctor.t
- t/lib/TFake.pm
- t/lib/TFake/KeyBackend.pm
- t/lib/TFake/Model/ApiKey.pm
- t/lib/TFake/Model/User.pm
- xs/apikey.xs
- xt/90-support-drift.t