mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore!: ensure consistent secret token generation and hashing (#20388)
This PR uses the same sha256 hashing technique as we use for APIKeys. So now all randomly generated secrets will be hashed with sha256 for consistency. This is a breaking change for the oauth tokens. Since oauth is only allowed for dev builds and experimental, this is ok.
This commit is contained in:
Generated
+1
-1
@@ -1537,7 +1537,7 @@ CREATE TABLE oauth2_provider_apps (
|
||||
jwks jsonb,
|
||||
software_id text,
|
||||
software_version text,
|
||||
registration_access_token text,
|
||||
registration_access_token bytea,
|
||||
registration_client_uri text
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user