Sign Up/Login APIs for onboarding new users or logging in existing users on UCI channel.
Please Describe The Problem To Be Solved
It will help the new users to easily sign up on UCI channel and easily login through a managed user login service with enabled authentication.
(Optional): Suggest A Solution
Things to address include:
Need to provide 2 APIs: One for initiating the send OTP process for verifying the authenticity of the user and a register/login API which would verify the OTP, if the OTP is verified and is an existing user, it would log in and return JWT tokens for the user and if it is a new user it will register the user and then return JWT token in the response.
It is preferable to use fusion auth typescript SDK for API calls to fusion auth to maintain code integrity throughout the module. You can find the client repo here
UCI Web Channel Login
Sign Up/Login APIs for onboarding new users or logging in existing users on UCI channel.
Please Describe The Problem To Be Solved It will help the new users to easily sign up on UCI channel and easily login through a managed user login service with enabled authentication.
(Optional): Suggest A Solution Things to address include:
If there are multiple solutions, please present each one separately. Save comparisons for the very end.)