Activity
Update readme for Auth.js v5
Update readme for Auth.js v5
Change id to string in simple example so it matches nextauth type def…
Change id to string in simple example so it matches nextauth type def…
Fix docker example node_modules getting overwritten by bind mount
Fix docker example node_modules getting overwritten by bind mount
Force push
remove --link since it needs buildx
remove --link since it needs buildx
Put node modules in volume to prevent overwriting it with bind mount
Put node modules in volume to prevent overwriting it with bind mount
Fix session for real this time
Fix session for real this time
Fix Session not being included properly
Fix Session not being included properly
Add post route for CSRF protection example
Add post route for CSRF protection example
Bump version to 1.1.0, token expiry check added
Bump version to 1.1.0, token expiry check added