`vue-doctor/security/no-auth-token-in-web-storage`

warn-severity security rule from doctor. Active in the recommended preset.

warn · security · source: doctor · ✅ yes (recommended preset)

vue-doctor/security/no-auth-token-in-web-storage is a warn-severity security rule from doctor. Active in the recommended preset.

Disable / configure

doctor.config.ts
import { defineConfig } from '@geoql/doctor-core';

export default defineConfig({
  rules: {
    'vue-doctor/security/no-auth-token-in-web-storage': 'warn', // or false to silence
  },
});

See the category overview for the full rule catalogue.