mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[PR #279] [MERGED] Improve security of access tokens #973
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/279
Author: @SimonTagne
Created: 8/8/2022
Status: ✅ Merged
Merged: 8/9/2022
Merged by: @meltyshev
Base:
master← Head:275📝 Commits (4)
e9a65bbfix: Add Secure and SameSite to authentication token266a762fix: Invalidate access tokens on password change220cb14feat: Add expiration to access tokens891b7ceref: Add log out event, refactoring📊 Changes
40 files changed (+273 additions, -133 deletions)
View changed files
📝
client/package-lock.json(+11 -0)📝
client/package.json(+1 -0)📝
client/src/api/access-tokens.js(+1 -1)📝
client/src/api/activities.js(+2 -2)📝
client/src/api/attachments.js(+6 -6)📝
client/src/api/board-memberships.js(+4 -3)📝
client/src/api/boards.js(+6 -5)📝
client/src/api/card-labels.js(+4 -2)📝
client/src/api/card-memberships.js(+4 -3)📝
client/src/api/cards.js(+10 -10)📝
client/src/api/comment-activities.js(+6 -6)📝
client/src/api/http.js(+2 -2)📝
client/src/api/labels.js(+4 -3)📝
client/src/api/lists.js(+4 -3)📝
client/src/api/notifications.js(+6 -6)📝
client/src/api/project-managers.js(+4 -3)📝
client/src/api/projects.js(+7 -7)📝
client/src/api/socket.js(+2 -1)📝
client/src/api/tasks.js(+3 -3)📝
client/src/api/users.js(+12 -10)...and 20 more files
📄 Description
Fix #275
cf. the discussion in the issue above
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.