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
/
schemes
/
index.d.ts
9 lines
(8 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
*
from
'./base'
;
export
*
from
'./cookie'
;
export
*
from
'./local'
;
export
*
from
'./oauth2'
;
export
*
from
'./openIDConnect'
;
export
*
from
'./refresh'
;
export
*
from
'./auth0'
;
export
*
from
'./laravel-jwt'
;