Commit graph

12 commits

Author SHA1 Message Date
6a83166741
Add PMTiles-based map 2024-05-20 15:55:33 +02:00
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
399d76026a
Add readme title 2024-05-19 22:08:31 +02:00
1cb1ec9640
Add basic documentation 2024-05-19 22:07:15 +02:00
9b8fca76d0
Ignore prisma journal files 2024-05-19 22:07:01 +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
f467d44ad0
Init NextJS 2024-05-18 21:27:18 +02:00