YAAMSOrg / yaams-server

Yet Another Airline Management System
BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

Add API auth system with tokens #15

Closed flymia closed 3 months ago

flymia commented 3 months ago

This patch fixes #6:

Please use the /api/v1 prefix for all routes. I've added an Route group for this.

As always: Please run php artisan migrate:fresh; php artisan db:seedafter pulling this patch.