Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Lines of code | 91 |
Technical Name |
user_auth |
License | LGPL-3 |
Website | https://www.magnetposts.com |
Versions | 14.0 15.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Lines of code | 91 |
Technical Name |
user_auth |
License | LGPL-3 |
Website | https://www.magnetposts.com |
Versions | 14.0 15.0 |
Module depends on auth_signup module.
App that provides basic REST APIs for user - LOGIN | SIGNUP | LOGOUT | RESET-PASSWORD.

Key Features
LOGIN API
Login REST API that enable third party authentication of user via Odoo. In parameter, It takes email and password to authenticate the user and return token against the login session.


SIGNUP API
Sign up API enable thord party to register new odoo user via api. It takes - name, email and password as a input parameters.
LOGOUT API
Logout API close the active session of user. In this API, @required to pass the auth token received in response from Login/Signup API. @param:: Authorization - ${token}


RESET PASSWORD API
This API enable third party to request for reset password link. On successfully request completion, it send a reset password link to the email address passed in the json body. @required to pass the email address of user and Outgoing Mail Server should be enabled.
Please log in to comment on this module