mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-30 15:45:12 +02:00
added bruno endpoints for auth
This commit is contained in:
parent
50b2519bb8
commit
bfeba9b231
12 changed files with 163 additions and 18 deletions
17
bruno/Auth/reset-password-request.bru
Normal file
17
bruno/Auth/reset-password-request.bru
Normal file
|
@ -0,0 +1,17 @@
|
|||
meta {
|
||||
name: reset-password-request
|
||||
type: http
|
||||
seq: 10
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://localhost:3000/api/v1/auth/reset-password/request
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"email": "milo@fossorial.io"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue