Skip to content

Commit

Permalink
Merge pull request passportxyz#844 from oed/patch-1
Browse files Browse the repository at this point in the history
Use default CACAO expiry time
  • Loading branch information
nutrina authored Jan 20, 2023
2 parents 8b2386c + 8021bef commit 0bebd25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/context/userContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ export const UserContextProvider = ({ children }: { children: any }) => {
})
);
const session = await DIDSession.authorize(authMethod, {
expiresInSecs: 24 * 3600,
resources: ["ceramic://*"],
});
const newSessionStr = session.serialize();
Expand Down

0 comments on commit 0bebd25

Please sign in to comment.