mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-20 09:45:55 +00:00
test(oauth): RFC 6749 Section 10.2 conformance
See:1b088fade6
Prevent automatic OAuth grants for public clients07fe5a8b13
use existing oauth grant for public client
This commit is contained in:
parent
63f7a14883
commit
592469464b
2 changed files with 61 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
name: "Test native app"
|
||||
client_id: "ce5a1322-42a7-11ed-b878-0242ac120002"
|
||||
client_secret: "$2a$10$UYRgUSgekzBp6hYe8pAdc.cgB4Gn06QRKsORUnIYTYQADs.YR/uvi" # bcrypt of "4MK8Na6R55smdCY0WuCCumZ6hjRPnGY5saWVRHHjJiA=
|
||||
redirect_uris: '["http://127.0.0.1"]'
|
||||
redirect_uris: '["b", "http://127.0.0.1"]'
|
||||
created_unix: 1546869730
|
||||
updated_unix: 1546869730
|
||||
confidential_client: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue