1.1.2 • Published 1 year ago

prisma-generator-mui v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Use session with credentials provider on NextAuth ( istead of JWT )

With NextAuth we can choose to use JWT or Session as a session meccanism.

The only "limitation" we have is that by default the Credentials provider can only be use if JSON Web Tokens ( JWT) are enabled.

In this tutorial we will se how to remove this limitation and use credentials provider with Sessions.

Edit the src/pages/api/auth/[...nextauth].ts

1.1.1

1 year ago

1.0.2

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.1.2

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago