mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 07:44:25 +00:00
b6e4688874
* Fix wrong user in OpenID response (#16736) * Fixed usage of wrong user. * Added tests. * Fixed wrong import. Co-authored-by: techknowlogick <techknowlogick@gitea.io>
23 lines
401 B
YAML
23 lines
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 |