added bruno endpoints for auth

This commit is contained in:
Milo Schwartz 2024-10-06 22:50:23 -04:00
parent 50b2519bb8
commit bfeba9b231
No known key found for this signature in database
12 changed files with 163 additions and 18 deletions

View 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"
}
}