Skip to content

feat: add oauth2 token exchange #12196

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

Merged
merged 11 commits into from
Feb 20, 2024
Prev Previous commit
Next Next commit
fixup! Rename token hashed_secret to refresh_hash
  • Loading branch information
code-asher committed Feb 20, 2024
commit ce7bc3f9d14dceaab721ddaaa2a17bbbd028d3e7
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ VALUES (
);

INSERT INTO oauth2_provider_app_tokens
(id, created_at, expires_at, hashed_secret, app_secret_id, api_key_id)
(id, created_at, expires_at, refresh_hash, app_secret_id, api_key_id)
VALUES (
'd0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11',
'2023-06-15 10:25:33+00',
Expand Down