mirror of
https://github.com/plankanban/planka.git
synced 2025-12-10 01:10:33 +03:00
[PR #1290] [MERGED] feat(oauth): 1289 - Adding Oauth Callback support for mattermost #858
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/1290
Author: @luisgreen
Created: 8/7/2025
Status: ✅ Merged
Merged: 8/9/2025
Merged by: @meltyshev
Base:
master← Head:FEAT-1289📝 Commits (5)
f345dd7feat(oauth): 1289 - Adding Oauth Callback supportc1f1c7bfix(dockerfile): Fixing a permission issue when building87ce9f5chore: Add environment variable to compose files0254e62chore: Fix letter casing43885d6chore: Revert dockerfile changes📊 Changes
6 files changed (+31 additions, -15 deletions)
View changed files
📝
docker-compose-dev.yml(+1 -0)📝
docker-compose.yml(+1 -0)📝
server/.env.sample(+1 -0)📝
server/api/helpers/users/get-or-create-one-with-oidc.js(+24 -12)📝
server/config/custom.js(+1 -0)📝
server/package-lock.json(+3 -3)📄 Description
This solves https://github.com/plankanban/planka/issues/1289
This is still not a complete solution but enables the authentication.
You need to set a custom location in a reverse proxy like this so the discovery can work avoiding adding more environment variables.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.