We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb65bfa commit 66be4d4Copy full SHA for 66be4d4
server/utils/atproto/oauth-session-store.ts
@@ -17,6 +17,7 @@ export class OAuthSessionStore implements NodeSavedSessionStore {
17
18
async set(_key: string, val: NodeSavedSession) {
19
// We are ignoring the key since the mapping is already done in the session
20
+ console.log('New set expires:', val.tokenSet.expires_at)
21
try {
22
await this.session.update({
23
oauthSession: val,
0 commit comments