feature request: onFetchUser hook for local strategy #1605
reslear
started this conversation in
Ideas & Feature Requests
Replies: 1 comment
-
temporary solutions for use params: // plugins/auth.ts
$auth.strategies.local.options.endpoints.user.url = `${BASE_URL}/api/user?lang=${app.i18n.locale}`; and combine hook or use vuex for store user data and fetch in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
like
$auth.onRedirect
and extend axios interceptor between hook resetInterceptor
motivation:
draft:
or refactor Interceptor and resetInterceptor for available in
$axios.onRequest
thx
Beta Was this translation helpful? Give feedback.
All reactions