mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 14:59:06 +00:00
4debb74eda
* Fixed usage of wrong user. * Added tests.
23 lines
No EOL
401 B
YAML
23 lines
No EOL
401 B
YAML
- id: 1
|
|
user_id: 1
|
|
application_id: 1
|
|
counter: 1
|
|
scope: "openid profile"
|
|
created_unix: 1546869730
|
|
updated_unix: 1546869730
|
|
|
|
- id: 2
|
|
user_id: 3
|
|
application_id: 1
|
|
counter: 1
|
|
scope: "openid"
|
|
created_unix: 1546869730
|
|
updated_unix: 1546869730
|
|
|
|
- id: 3
|
|
user_id: 5
|
|
application_id: 1
|
|
counter: 1
|
|
scope: "openid profile email"
|
|
created_unix: 1546869730
|
|
updated_unix: 1546869730 |