UNPKG
cf-auth0
Version:
latest (0.6.3)
0.6.3
0.6.2
0.6.1
0.6.0
0.5.1
0.5.0
0.4.0
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
0.0.2
0.0.1
🔐 Auth0 Client on Cloudflare Pages
github.com/jill64/cf-auth0
jill64/cf-auth0
cf-auth0
/
dist
/
server
/
auth
/
jwks-rsa
/
wrappers
/
index.js
4 lines
(3 loc)
•
166 B
JavaScript
View Raw
1
2
3
4
export
{
default
as
request }
from
'./request'
;
export
{
default
as
cacheSigningKey }
from
'./cache'
;
export
{
default
as
callbackSupport }
from
'./callbackSupport'
;