This repository has been archived by the owner on Dec 10, 2022. It is now read-only.
How to set up global auth middleware #92
Answered
by
Denoder
toniengelhardt
asked this question in
Q&A
Replies: 1 comment 1 reply
-
auth: {
globalMiddleware: true
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
toniengelhardt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the original
@nuxtjs/auth
module global auth middleware was setup like this innuxt.config.ts
:But redirects don't seem to work with this setup in the
@nuxtjs-alt/auth
module. How to set it up?Beta Was this translation helpful? Give feedback.
All reactions