mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-05 02:24:59 +02:00
Fix login stuff?
This commit is contained in:
parent
06eb1544f4
commit
d144704066
11 changed files with 76 additions and 37 deletions
11
bruno/Auth/signup.bru
Normal file
11
bruno/Auth/signup.bru
Normal file
|
@ -0,0 +1,11 @@
|
|||
meta {
|
||||
name: signup
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
get {
|
||||
url:
|
||||
body: none
|
||||
auth: none
|
||||
}
|
18
bruno/Auth/verify-email.bru
Normal file
18
bruno/Auth/verify-email.bru
Normal file
|
@ -0,0 +1,18 @@
|
|||
meta {
|
||||
name: verify-email
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
put {
|
||||
url: http://localhost:3000/api/v1/auth/signup
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"email": "owen@fossorial.io",
|
||||
"password": "Password123!"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue