mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-13 20:53:30 +01:00
[PR #223] [MERGED] fix: send id_token in OAuth2 requests #148
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/mountain-loop/yaak/pull/223
Author: @jpts
Created: 6/2/2025
Status: ✅ Merged
Merged: 6/3/2025
Merged by: @gschier
Base:
master← Head:fix-oauth2-id-token📝 Commits (1)
9ca3494fix: send id_token in OAuth2 requests📊 Changes
1 file changed (+4 additions, -3 deletions)
View changed files
📝
plugins/auth-oauth2/src/index.ts(+4 -3)📄 Description
The recent commit to support id_tokens via OAuth2 Authorization code flow has a bug where the
access_tokenis still being sent.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.