Add external subscription system

This commit is contained in:
2026-05-04 19:12:21 +02:00
parent 05d4ef1bdb
commit 2151d69791
10 changed files with 282 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ class User extends Authenticatable implements HasPasskeys
// Discord
'discord_id',
'discord_avatar',
'subscription_key',
];
/**
@@ -41,6 +42,7 @@ class User extends Authenticatable implements HasPasskeys
protected $hidden = [
'password',
'remember_token',
'subscription_key',
];
/**