|
1 | | -[ |
2 | | -{ |
3 | | - "model": "auth.user", |
4 | | - "fields": { |
5 | | - "password": "pbkdf2_sha256$390000$29LoVHfFRlvEOJ9clv73Wx$fx5ejfUJ+nYsnBXFf21jZvDsq4o3p5io3TrAGKAVTq4=", |
6 | | - "last_login": "2023-11-11T17:24:19.359Z", |
7 | | - "is_superuser": true, |
8 | | - "username": "superuser", |
9 | | - "first_name": "", |
10 | | - "last_name": "", |
11 | | - "email": "", |
12 | | - "is_staff": true, |
13 | | - "is_active": true, |
14 | | - "date_joined": "2023-05-01T19:53:59.622Z", |
15 | | - "groups": [], |
16 | | - "user_permissions": [] |
17 | | - } |
18 | | -}, |
19 | | -{ |
20 | | - "model": "oauth2_provider.application", |
21 | | - "fields": { |
22 | | - "client_id": "2EIxgjlyy5VgCp2fjhEpKLyRtSMMPK0hZ0gBpNdm", |
23 | | - "user": null, |
24 | | - "redirect_uris": "http://localhost:5173\r\nhttp://127.0.0.1:5173", |
25 | | - "post_logout_redirect_uris": "http://localhost:5173\r\nhttp://127.0.0.1:5173", |
26 | | - "client_type": "public", |
27 | | - "authorization_grant_type": "authorization-code", |
28 | | - "client_secret": "pbkdf2_sha256$600000$HEYByn6WXiQUI1D6ezTnAf$qPLekt0t3ZssnzEOvQkeOSfxx7tbs/gcC3O0CthtP2A=", |
29 | | - "hash_client_secret": true, |
30 | | - "name": "OIDC - Authorization Code", |
31 | | - "skip_authorization": true, |
32 | | - "created": "2023-05-01T20:27:46.167Z", |
33 | | - "updated": "2023-11-11T17:23:44.643Z", |
34 | | - "algorithm": "RS256", |
35 | | - "allowed_origins": "http://localhost:5173\r\nhttp://127.0.0.1:5173" |
36 | | - } |
37 | | -}, |
38 | | -{ |
39 | | - "model": "oauth2_provider.accesstoken", |
40 | | - "pk": 1, |
41 | | - "fields": { |
42 | | - "user": [ |
43 | | - "superuser" |
44 | | - ], |
45 | | - "source_refresh_token": null, |
46 | | - "token": "hQlehMLetxAGFwgBFoyl0ATNmNcwYR", |
47 | | - "id_token": 1, |
48 | | - "application": [ |
49 | | - "2EIxgjlyy5VgCp2fjhEpKLyRtSMMPK0hZ0gBpNdm" |
50 | | - ], |
51 | | - "expires": "2023-11-12T03:24:20.275Z", |
52 | | - "scope": "openid", |
53 | | - "created": "2023-11-11T17:24:20.277Z", |
54 | | - "updated": "2023-11-11T17:24:20.277Z" |
55 | | - } |
56 | | -}, |
57 | | -{ |
58 | | - "model": "oauth2_provider.refreshtoken", |
59 | | - "pk": 1, |
60 | | - "fields": { |
61 | | - "user": [ |
62 | | - "superuser" |
63 | | - ], |
64 | | - "token": "YdV2uRjoP7kteMA3AaO11EwOXEjGiL", |
65 | | - "application": [ |
66 | | - "2EIxgjlyy5VgCp2fjhEpKLyRtSMMPK0hZ0gBpNdm" |
67 | | - ], |
68 | | - "access_token": 1, |
69 | | - "created": "2023-11-11T17:24:20.278Z", |
70 | | - "updated": "2023-11-11T17:24:20.278Z", |
71 | | - "revoked": null |
72 | | - } |
73 | | -}, |
74 | | -{ |
75 | | - "model": "oauth2_provider.idtoken", |
76 | | - "pk": 1, |
77 | | - "fields": { |
78 | | - "user": [ |
79 | | - "superuser" |
80 | | - ], |
81 | | - "jti": "c63287e9-f3fc-49cf-90b4-78d5021e2f46", |
82 | | - "application": [ |
83 | | - "2EIxgjlyy5VgCp2fjhEpKLyRtSMMPK0hZ0gBpNdm" |
84 | | - ], |
85 | | - "expires": "2023-11-12T03:24:19.807Z", |
86 | | - "scope": "openid", |
87 | | - "created": "2023-11-11T17:24:20.261Z", |
88 | | - "updated": "2023-11-11T17:24:20.261Z" |
89 | | - } |
90 | | -} |
91 | | -] |
| 1 | +[ |
| 2 | +{ |
| 3 | + "model": "auth.user", |
| 4 | + "fields": { |
| 5 | + "password": "pbkdf2_sha256$390000$29LoVHfFRlvEOJ9clv73Wx$fx5ejfUJ+nYsnBXFf21jZvDsq4o3p5io3TrAGKAVTq4=", |
| 6 | + "last_login": "2023-11-11T17:24:19.359Z", |
| 7 | + "is_superuser": true, |
| 8 | + "username": "superuser", |
| 9 | + "first_name": "", |
| 10 | + "last_name": "", |
| 11 | + "email": "", |
| 12 | + "is_staff": true, |
| 13 | + "is_active": true, |
| 14 | + "date_joined": "2023-05-01T19:53:59.622Z", |
| 15 | + "groups": [], |
| 16 | + "user_permissions": [] |
| 17 | + } |
| 18 | +}, |
| 19 | +{ |
| 20 | + "model": "oauth2_provider.application", |
| 21 | + "fields": { |
| 22 | + "client_id": "2EIxgjlyy5VgCp2fjhEpKLyRtSMMPK0hZ0gBpNdm", |
| 23 | + "user": null, |
| 24 | + "redirect_uris": "http://localhost:5173\r\nhttp://127.0.0.1:5173", |
| 25 | + "post_logout_redirect_uris": "http://localhost:5173\r\nhttp://127.0.0.1:5173", |
| 26 | + "client_type": "public", |
| 27 | + "authorization_grant_type": "authorization-code", |
| 28 | + "client_secret": "pbkdf2_sha256$600000$HEYByn6WXiQUI1D6ezTnAf$qPLekt0t3ZssnzEOvQkeOSfxx7tbs/gcC3O0CthtP2A=", |
| 29 | + "hash_client_secret": true, |
| 30 | + "name": "OIDC - Authorization Code", |
| 31 | + "skip_authorization": true, |
| 32 | + "created": "2023-05-01T20:27:46.167Z", |
| 33 | + "updated": "2023-11-11T17:23:44.643Z", |
| 34 | + "algorithm": "RS256", |
| 35 | + "allowed_origins": "http://localhost:5173\r\nhttp://127.0.0.1:5173" |
| 36 | + } |
| 37 | +}, |
| 38 | +{ |
| 39 | + "model": "oauth2_provider.accesstoken", |
| 40 | + "pk": 1, |
| 41 | + "fields": { |
| 42 | + "user": [ |
| 43 | + "superuser" |
| 44 | + ], |
| 45 | + "source_refresh_token": null, |
| 46 | + "token": "hQlehMLetxAGFwgBFoyl0ATNmNcwYR", |
| 47 | + "id_token": 1, |
| 48 | + "application": [ |
| 49 | + "2EIxgjlyy5VgCp2fjhEpKLyRtSMMPK0hZ0gBpNdm" |
| 50 | + ], |
| 51 | + "expires": "2023-11-12T03:24:20.275Z", |
| 52 | + "scope": "openid", |
| 53 | + "created": "2023-11-11T17:24:20.277Z", |
| 54 | + "updated": "2023-11-11T17:24:20.277Z" |
| 55 | + } |
| 56 | +}, |
| 57 | +{ |
| 58 | + "model": "oauth2_provider.refreshtoken", |
| 59 | + "pk": 1, |
| 60 | + "fields": { |
| 61 | + "user": [ |
| 62 | + "superuser" |
| 63 | + ], |
| 64 | + "token": "YdV2uRjoP7kteMA3AaO11EwOXEjGiL", |
| 65 | + "application": [ |
| 66 | + "2EIxgjlyy5VgCp2fjhEpKLyRtSMMPK0hZ0gBpNdm" |
| 67 | + ], |
| 68 | + "access_token": 1, |
| 69 | + "created": "2023-11-11T17:24:20.278Z", |
| 70 | + "updated": "2023-11-11T17:24:20.278Z", |
| 71 | + "revoked": null |
| 72 | + } |
| 73 | +}, |
| 74 | +{ |
| 75 | + "model": "oauth2_provider.idtoken", |
| 76 | + "pk": 1, |
| 77 | + "fields": { |
| 78 | + "user": [ |
| 79 | + "superuser" |
| 80 | + ], |
| 81 | + "jti": "c63287e9-f3fc-49cf-90b4-78d5021e2f46", |
| 82 | + "application": [ |
| 83 | + "2EIxgjlyy5VgCp2fjhEpKLyRtSMMPK0hZ0gBpNdm" |
| 84 | + ], |
| 85 | + "expires": "2023-11-12T03:24:19.807Z", |
| 86 | + "scope": "openid", |
| 87 | + "created": "2023-11-11T17:24:20.261Z", |
| 88 | + "updated": "2023-11-11T17:24:20.261Z" |
| 89 | + } |
| 90 | +} |
| 91 | +] |
0 commit comments