Skip to content

Commit abc43cd

Browse files
committed
set oauth2 secret in cleartext for fixture
1 parent 285d2c7 commit abc43cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: myapp/fixtures/oauth2.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"redirect_uris": "https://www.getpostman.com/oauth2/callback\r\nhttp://localhost:8000/oauth2-redirect.html\r\nhttp://127.0.0.1:8000/oauth2-redirect.html",
99
"client_type": "public",
1010
"authorization_grant_type": "authorization-code",
11-
"client_secret": "pbkdf2_sha256$390000$yN0L1tQoZUjHEWyrLI7IjZ$qmlZleiLq0PbEgoaU8wU5GHGZcNWt2m/zAsRA9awsVA=",
11+
"client_secret": "demo_djt_web_secret",
1212
"name": "demo_djt_web_client",
1313
"skip_authorization": false,
1414
"created": "2021-04-02T18:14:12.712Z",

0 commit comments

Comments
 (0)