Skip to content

[auth]: support oauth client_secret_basic / none / custom methods #720

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
9b2915e
Allow OAuthClientProvider to control authentication to token endpoint…
jaredhanson May 22, 2025
c7737a8
Include mockProvider in exchangeAuthorization tests.
jaredhanson May 22, 2025
439a8d3
Add test case for authToTokenEndpoint during exchangeAuthorization.
jaredhanson May 22, 2025
92f9030
Allow OAuthClientProvider to control authentication to token endpoint…
jaredhanson May 22, 2025
58c2332
Add test case for authToTokenEndpoint during refreshAuthorization.
jaredhanson May 22, 2025
9ef072f
Make provider an optional final argument to exchangeAuthorization and…
jaredhanson May 22, 2025
c0e9ef6
Add url argument to authToTokenEndpoint.
jaredhanson May 26, 2025
a055fb3
feature. Add client_secret_basic and none authentication methods
SightStudio May 26, 2025
562d487
Merge branch 'main' into feat/oauth-client-auth-methods
SightStudio May 27, 2025
ab2f890
Merge branch 'main' into feat/oauth-client-auth-methods
SightStudio May 29, 2025
b803121
Merge remote-tracking branch 'jaredhanson/jaredhanson/token-auth-ext'…
ochafik Jun 4, 2025
38244b8
Merge remote-tracking branch 'SightStudio/feat/oauth-client-auth-meth…
ochafik Jun 6, 2025
8bae46e
Merge remote-tracking branch 'origin/main' into ochafik/auth-merge-53…
ochafik Jun 13, 2025
afe1279
rename authToTokenEndpoint -> addClientAuthentication
ochafik Jun 13, 2025
474db45
Merge branch 'main' into ochafik/auth-merge-531-552
ochafik Jun 30, 2025
9195587
Fix HTTP Basic authentication in OAuth client
ochafik Jun 30, 2025
c7f9e36
update tests
ochafik Jul 1, 2025
3444b67
revert / minimize diffs
ochafik Jul 1, 2025
3ccff1c
cleanup
ochafik Jul 1, 2025
8875e21
Add authorizationServerUrl and metadata arguments to addClientAuthent…
jaredhanson Jul 2, 2025
0bd770b
Fix tests.
jaredhanson Jul 2, 2025
b797e9c
Update addClientAuthentication tests for metadata.
jaredhanson Jul 2, 2025
2568a21
Fix optional metadata arg type signature in auth.test.ts
ochafik Jul 3, 2025
1600a56
test: fix lint
ochafik Jul 7, 2025
638deb2
Merge remote-tracking branch 'origin/main' into ochafik/auth-merge-53…
ochafik Jul 7, 2025
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading