Skip to content

Commit c26f4a8

Browse files
committed
Update readme
1 parent 6475f73 commit c26f4a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,7 @@ const proxyProvider = new ProxyOAuthServerProvider({
11831183
token,
11841184
clientId: "123",
11851185
scopes: ["openid", "email", "profile"],
1186+
expiresAt: Math.floor(Date.now() / 1000) + 3600
11861187
}
11871188
},
11881189
getClient: async (client_id) => {

0 commit comments

Comments
 (0)