feat(auth): signupm, forgot passowrd, reset password all added

This commit is contained in:
2025-09-25 15:42:35 -05:00
parent a30fa8c9f4
commit 86dea6083e
34 changed files with 3698 additions and 49 deletions

View File

@@ -0,0 +1,25 @@
meta {
name: Resetpassword
type: http
seq: 11
}
post {
url: http://localhost:4200/api/auth/reset-password/gCo7OUP6CH2Qu7obhvOrhuo9?callbackURL
body: json
auth: inherit
}
params:query {
callbackURL:
}
body:json {
{
"newPassword": "nova0511"
}
}
settings {
encodeUrl: true
}