16 lines
222 B
Plaintext
16 lines
222 B
Plaintext
meta {
|
|
name: Authorize
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: {{BASE_URL}}/auth/discord/authorize?redirect_uri=bruno://oauth/callback
|
|
body: none
|
|
auth: oauth2
|
|
}
|
|
|
|
params:query {
|
|
redirect_uri: bruno://oauth/callback
|
|
}
|