.. auth-login.rst Copyright (c) 2016-2017 LMG. All rights reserved This software is the confidential and proprietary information of LMG ("Confidential Information"). You must not disclose such Confidential Information. Created by usischev on 10.05.2017 User Login ^^^^^^^^^^ .. contents:: :local: Login Process Flow """""""""""""""""" .. image:: /_static/auth-flowchart.png :scale: 50 % :alt: Login Process Flow :align: center During password or OTP verification, user also needs to accept disclaimers if required. Separate ``auth/acceptdisclaimers`` endpoint is used only with OAuth login. Check Login ID """""""""""""" .. autoflask:: application.sphinx:sphinx_app :endpoints: auth.auth_login Check Password """""""""""""" .. autoflask:: application.sphinx:sphinx_app :endpoints: auth.auth_checkpassword Check OTP """"""""" .. autoflask:: application.sphinx:sphinx_app :endpoints: auth.auth_checkotp Renew OTP """"""""" .. autoflask:: application.sphinx:sphinx_app :endpoints: auth.auth_renewotp Set Password """""""""""" .. autoflask:: application.sphinx:sphinx_app :endpoints: auth.auth_setpassword Check Credentials """"""""""""""""" .. autoflask:: application.sphinx:sphinx_app :endpoints: auth.auth_checkcredentials OAuth Login """"""""""" .. autoflask:: application.sphinx:sphinx_app :endpoints: auth.auth_oauth Accept Disclaimers """""""""""""""""" .. autoflask:: application.sphinx:sphinx_app :endpoints: auth.auth_acceptdisclaimers Log Out """"""" .. autoflask:: application.sphinx:sphinx_app :endpoints: auth.auth_logout