Commit graph

7 commits

Author SHA1 Message Date
383b84d103
Use right access token in session after refresh
previously the old token was still being used in the session even though a new one has been saved in the database
2024-05-19 22:26:43 +02:00
aa06655c6a
Readd access token to session 2024-05-19 22:00:24 +02:00
857b44d810
Enable token refresh 2024-05-19 21:34:55 +02:00
ca2eef3d08
Change access_token type to undefined instead of null 2024-05-19 18:11:41 +02:00
b4503db688
Add PrismaORM
preparation for access_token refresh, since JWT cookies cannot be refreshed from the server side
2024-05-19 18:08:47 +02:00
c25bf01d53
Enable generation of refresh token 2024-05-19 13:04:01 +02:00
5bee6c13ba
Init AuthJS 2024-05-19 00:00:55 +02:00