Skip to content

feat: Add Bearer Token Support to key-auth Plugin#12909

Open
Ronan-WeScale wants to merge 2 commits intoapache:masterfrom
Ronan-WeScale:feat/key-auth-authorization
Open

feat: Add Bearer Token Support to key-auth Plugin#12909
Ronan-WeScale wants to merge 2 commits intoapache:masterfrom
Ronan-WeScale:feat/key-auth-authorization

Conversation

@Ronan-WeScale
Copy link

Description

This PR adds support for OAuth 2.0 Bearer token authentication format to the key-auth plugin. When enabled, the plugin validates tokens in the standard Authorization: Bearer <token> format, following RFC 6750 specifications.

Which issue(s) this PR fixes:

Fixes #12908

Checklist

  • I have explained the need for this PR and the problem it solves
  • I have explained the changes or the new features added to this PR
  • I have added tests corresponding to this change
  • I have updated the documentation to reflect this change
  • I have verified that this change is backward compatible

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. enhancement New feature or request labels Jan 14, 2026
@Ronan-WeScale Ronan-WeScale changed the title Add: Bearer Token Support to key-auth Plugin feat: Add Bearer Token Support to key-auth Plugin Jan 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review enhancement New feature or request size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add Bearer Token Support to key-auth Plugin

2 participants