feat: autorisations

This commit is contained in:
2026-05-16 15:15:44 +02:00
parent 425d0d2498
commit 276978128d
7 changed files with 133 additions and 1 deletions
@@ -19,7 +19,6 @@ return new class extends Migration
$table->string('password');
$table->text('bio')->nullable();
$table->string('avatar_url', 2048)->nullable();
$table->rememberToken();
$table->timestamps();
});