UNPKG
grant-koa
Version:
latest (5.4.8)
5.4.8
5.4.6
5.4.4
5.4.0
5.3.0
5.2.0
5.1.1
5.1.0
5.0.1
5.0.0
4.7.0
4.6.6
4.6.5
4.6.4
4.6.3
4.6.2
4.6.1
4.6.0
4.5.2
4.5.1
4.5.0
4.4.1
4.4.0
4.3.1
4.3.0
4.2.2
4.2.1
4.2.0
4.1.2
4.1.1
4.1.0
4.0.1
4.0.0
3.8.2
3.8.1
3.8.0
3.7.2
3.7.1
3.7.0
3.6.5
3.6.4
3.6.3
3.6.2
3.6.1
3.6.0
3.5.5
3.5.4
3.5.3
3.5.2
3.5.1
3.5.0
3.4.0
3.3.3
3.3.2
3.3.1
3.3.0
3.2.0
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
1.0.0
Grant OAuth Proxy middleware for Koa
github.com/simov/grant
simov/grant
grant-koa
/
grant.d.ts
13 lines
(10 loc)
•
205 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
{
GrantConfig
,
GrantOptions
,
KoaMiddleware
,
GrantInstance
}
from
'grant'
/** * Koa handler */
export
default
function
(
config: GrantConfig | GrantOptions
):
KoaMiddleware
&
GrantInstance