Security:3 Fix HMAC handshake, generate API keys in Google Login, and relax JWT issuer

This commit is contained in:
Hamza-Ayed
2026-04-24 16:41:18 +03:00
parent 2540bef154
commit 5b5d97b1f3
4 changed files with 32 additions and 11 deletions

View File

@@ -16,5 +16,5 @@ use Illuminate\Routing\Controller as BaseController;
*/
abstract class Controller extends BaseController
{
//
use \App\Traits\ApiResponses;
}