Skip to content

feat: add oauth2 codes and tokens to database #11779

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

Closed
wants to merge 8 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! Rename token hashed_secret to refresh_hash
  • Loading branch information
code-asher committed Jan 24, 2024
commit c15f851678406a9ae959eb5ad2c79ac9a93cf701
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