jwtAuthenticator
@appfire/fuse-auth-core • Docs
@appfire/fuse-auth-core / jwtAuthenticator
Function: jwtAuthenticator()
jwtAuthenticator(
key
,clientKey
,token
,request
):Promise
\<undefined
|App
>
Parameters
• key: string
• clientKey: string
• token: string
• request: Request
Returns
Promise
\<undefined
| App
>