UNPKG
refresh-tokens
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.2
0.0.1
refresh tokens library for nodejs server with mongodb
github.com/darwin-morocho/refresh-tokens
refresh-tokens
/
types.d.ts
6 lines
(5 loc)
•
83 B
TypeScript
View Raw
1
2
3
4
5
6
declare
namespace
Express
{
export
interface
Request
{
token
?:
string
; } }