Bruno
This commit is contained in:
parent
7b294192e9
commit
abb184e0e1
20
bruno/Auth/Register.bru
Normal file
20
bruno/Auth/Register.bru
Normal file
@ -0,0 +1,20 @@
|
||||
meta {
|
||||
name: Register
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://localhost:11000/api/auth/registration/register/su
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"captcha":"test",
|
||||
"username":"su",
|
||||
"email":"user@domain.com",
|
||||
"password":"su"
|
||||
}
|
||||
}
|
15
bruno/Auth/Resend.bru
Normal file
15
bruno/Auth/Resend.bru
Normal file
@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: Resend
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
get {
|
||||
url: http://localhost:11000/api/auth/registration/resend?email=user@domain.com
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
params:query {
|
||||
email: user@domain.com
|
||||
}
|
5
bruno/bruno.json
Normal file
5
bruno/bruno.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": "1",
|
||||
"name": "authsquare",
|
||||
"type": "collection"
|
||||
}
|
Loading…
Reference in New Issue
Block a user