Auth
This page describes all endpoint in Auth Controller
Last updated
This page describes all endpoint in Auth Controller
Last updated
Restore token data
"valid_restore_token"
Token is valid
true
Invitation token data
"valid_invitation_token"
Token is valid
true
Email address for password reset
"user.email@gmail.com"
Password reset link sent successfully
Refresh token data
"valid_refresh_token"
Tokens refreshed successfully
"new_access_token"
"new_refresh_token"
true
Google OAuth user data
"google_oauth_token"
Successful authentication
"access_token"
"refresh_token"
true
Facebook OAuth user data
"facebook_oauth_token"
Successful authentication
"access_token"
"refresh_token"
true
Send user credentials
"captcha_token"
Successful authentication
"access_token"
"refresh_token"
true
User profile retrieved successfully
1
"user.email@gmail.com"
"John"
"Doe"
true
"https://example.com/photo.jpg"
Team change data
"team_id"
Team changed successfully
"new_access_token"
"new_refresh_token"
true
Google OAuth user data
"google_oauth_token"
User successfully registered
"access_token"
"refresh_token"
true
Facebook OAuth user data
"facebook_oauth_token"
User successfully registered
"access_token"
"refresh_token"
true
Restore password data
New password for the user
"newSecurePassword123"
Token for password restoration
"someRandomToken123"
Password restored successfully
User registration data
"user.email@gmail.com"
"user12345"
"John"
"Doe"
User successfully registered
"access_token"
"refresh_token"
true
Finish invitation data
New password for the user
"newSecurePassword123"
Token for registration completion
"someRandomToken123"
First name of the user
"John"
Last name of the user
"Doe"
Invitation finished successfully