Skip to content

Commit

Permalink
feat: updates session table when a user logs in
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoshnirmalya committed Jul 20, 2020
1 parent 676506e commit 50c73dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/pages/api/auth/[...nextauth].ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const options = {
],
database: process.env.DATABASE_URL,
session: {
jwt: true,
jwt: false,
},
jwt: {
encode: async ({ token, secret }: { token: iToken; secret: string }) => {
Expand Down

0 comments on commit 50c73dd

Please sign in to comment.