Hey Laravel devs 👋
As an avid user of Laravel Breeze with the Inertia Vue stack, I’ve often found myself needing to implement API token management in my projects.
So rather than reinventing the wheel, I created Token Forge—a Laravel package to handle API token management seamlessly. It’s essentially a lightweight replica of Laravel Jetstream’s token implementation but currently for Breeze + Vue + Inertia users. 🎉
I've tried to make it as easy as possible to add to your projects.
As stated this currently only support the Breeze Inertia Vue stack so please comment if anyon would like me to add support for any other Breeze stacks Blade, Livewire etc.
Check out the screenshots below and the documentation here 👉 github.com/Blaspsoft/token-forge
Back