You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ApiKey.key column stores plaintext API keys. The guard accepts plaintext comparison. File: schema.prisma line 387, api-key.guard.ts line 48. Risk: all keys compromised on DB breach. Migrate to hash-only storage.
ApiKey.key column stores plaintext API keys. The guard accepts plaintext comparison. File: schema.prisma line 387, api-key.guard.ts line 48. Risk: all keys compromised on DB breach. Migrate to hash-only storage.