Releases: Blaspsoft/keysmith-vue
Releases · Blaspsoft/keysmith-vue
v1.0.1
v1.0.0 Initial Release
🚀 Keysmith Vue v1.0.0 – Initial Release
Keysmith Vue is a Laravel 12 + Vue 3 package designed for seamless API token management with Laravel Sanctum based on the Laravel breeze implemetation. It includes pre-built Vue components, flexible installation options, and customizable permissions, making API authentication simple and efficient.
🔑 Key Features
- 🔐 API Token Generation & Management – Easily create, view, update, and revoke API tokens.
- 🎨 Pre-built Vue 3 Components – Quick integration with
CreateApiTokenForm.vue
&ManageApiTokens.vue
. - ⚙️ Flexible Installation – Choose between:
- Page Template (
/api-tokens
) for a dedicated token management page. - Settings Template (
/settings/api-tokens
) for an integrated settings panel.
- Page Template (
- 🔧 Customizable Permissions – Define API token scopes in
config/keysmith.php
.