Update bruno for Register, Resend, Notme, Verify
This commit is contained in:
parent
4d741561a3
commit
39192b165b
15
bruno/Auth/Notme.bru
Normal file
15
bruno/Auth/Notme.bru
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
meta {
|
||||||
|
name: Notme
|
||||||
|
type: http
|
||||||
|
seq: 3
|
||||||
|
}
|
||||||
|
|
||||||
|
get {
|
||||||
|
url: http://localhost:11000/api/auth/notme?token=xx.xx.xx
|
||||||
|
body: none
|
||||||
|
auth: none
|
||||||
|
}
|
||||||
|
|
||||||
|
params:query {
|
||||||
|
token: xx.xx.xx
|
||||||
|
}
|
@ -5,7 +5,7 @@ meta {
|
|||||||
}
|
}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
url: http://localhost:11000/api/auth/registration/register/su
|
url: http://localhost:11000/api/auth/register/su
|
||||||
body: json
|
body: json
|
||||||
auth: none
|
auth: none
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@ meta {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get {
|
get {
|
||||||
url: http://localhost:11000/api/auth/registration/resend?email=user@domain.com
|
url: http://localhost:11000/api/auth/resend?email=user@domain.com
|
||||||
body: none
|
body: none
|
||||||
auth: none
|
auth: none
|
||||||
}
|
}
|
||||||
|
15
bruno/Auth/Verify.bru
Normal file
15
bruno/Auth/Verify.bru
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
meta {
|
||||||
|
name: Verify
|
||||||
|
type: http
|
||||||
|
seq: 4
|
||||||
|
}
|
||||||
|
|
||||||
|
get {
|
||||||
|
url: http://localhost:11000/api/auth/verify?token=xx.xx.xx
|
||||||
|
body: none
|
||||||
|
auth: none
|
||||||
|
}
|
||||||
|
|
||||||
|
params:query {
|
||||||
|
token: xx.xx.xx
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user