User Router
🔗 URL
🚪 Login Metodu
POST
URL/user/login
Giriş yapma metodu
Request Body
Name
Type
Description
string
📧 Kullanıcının maili
password
string
🔏 Kullanıcının şifresi
👤 Signup Metodu
POST
URL/user/signup
Yeni kullanıcı ekleme metodu
Request Body
Name
Type
Description
string
📧 Kullanıcı maili
full_name
string
🆎 Kullanıcının full ismi
password
string
🔏 Kullanıcı şifresi
🔒 Şifre Güncelleme Metodu
POST
URL/user/updatePassword
Headers
Name
Type
Description
token
string
🔒 Login token'ı
Request Body
Name
Type
Description
new_password
string
🔏 Yeni şifre
🔸 getInfo Metodu
GET
URL/user/getInfo
Gelen token ile kullanıcı mailini ve ismini çekme metodu
Headers
Name
Type
Description
token
string
🔒 signup linkindeki token
Last updated
Was this helpful?