UNPKG
next-auth-remotepatterns-images
Version:
latest (0.3.0)
0.3.0
0.2.1
0.2.0
next-auth-remotepatterns-images
/
providers
/
LinkedIn.ts
18 lines
(17 loc)
•
320 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export
const
LinkedIn = { name:
"LinkedIn"
, config: [ { protocol:
"https"
, hostname:
"media-exp1.licdn.com"
, port:
""
, pathname:
"/profile-images/**"
, }, { protocol:
"https"
, hostname:
"media.licdn.com"
, port:
""
, pathname:
"/dms/image/**"
, }, ], };