personal access token create and del

This commit is contained in:
xiaomlove
2025-02-13 01:48:33 +08:00
parent e45b7c42f0
commit 0d7cbcde9f
6 changed files with 118 additions and 26 deletions

View File

@@ -13,6 +13,7 @@ class VerifyCsrfToken extends Middleware
* @var array
*/
protected $except = [
self::TG_WEBHOOK_PREFIX . "/*"
self::TG_WEBHOOK_PREFIX . "/*",
"web/token/*",
];
}