Skip to content

clearAuthScopedStores

Overview

Drop every cached authorization-dependent response, because the authenticated user changed.

Stores the application never used are left alone rather than being instantiated just to be cleared, so this is safe to call in an application that uses none of them.

Signature

clearAuthScopedStores(pinia)

Parameters

NameTypeRequiredDescription
piniaPinianoThe Pinia instance holding the stores. Defaults to the active instance, which is the correct one outside of multi-instance setups such as SSR.

Returns

void

Source

client/lib/stores/authScope.js:34

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2