UNPKG
httplease-asap
Version:
latest (0.6.0)
prerelease (0.3.1-beta1)
0.6.0
0.5.0
0.4.2
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1
0.3.1-beta1
0.3.0
0.3.0-beta2
0.2.3
0.2.2
0.2.1
0.2.0
0.2.0-beta2
0.2.0-beta1
0.1.0
ASAP authentication filter for httplease
bitbucket.org/atlassianlabs/httplease-asap
httplease-asap
/
lib
/
jwtAuthFilter.d.ts
7 lines
(4 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
JwtConfig
}
from
'./types'
;
// TODO Give this a proper return type once once httplease eventually has better types
declare
function
createJwtAuthFilter
(
jwtConfig
:
JwtConfig
):
any
;
export
= createJwtAuthFilter;