UNPKG
@lucasroll62/nuxt3-auth
Version:
latest (1.0.1)
1.0.1
1.0.0
An alternative module to @nuxtjs/auth
github.com/lucasroll62/nuxt3-auth
lucasroll62/nuxt3-auth
@lucasroll62/nuxt3-auth
/
dist
/
runtime
/
core
/
index.mjs
4 lines
(3 loc)
•
93 B
JavaScript
View Raw
1
2
3
4
export
*
from
"./auth.mjs"
;
export
*
from
"./middleware.mjs"
;
export
*
from
"./storage.mjs"
;