mirror of
https://github.com/plankanban/planka.git
synced 2025-12-06 09:13:16 +03:00
[PR #491] Add Authorization code flow with pkce and exchange the token. #1154
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?
Original Pull Request: https://github.com/plankanban/planka/pull/491
State: closed
Merged: Yes
uses react-oidc-context to login to an OIDC Provider and then exchanges that access token for a planka token.
I addressed, all of the concerns from this PR that I noticed. https://github.com/plankanban/planka/pull/203
There's one big thing and a couple small thing that I know of remaining.