Accounts service for live apps where you can create and maintain accounts to use them to authenticate with other live apps services.
Author - @Dikshit
Live Demo - https://accounts.jaga.live
There are 3 pages dedicated to authenticate email for services connected to live apps. All the accounts created in this portal are specific for products of live apps.
/oauth/login
/oauth/signup
/oauth/2fa/send_otp/:email
User will be redirected to the oauth login page of Accounts - Live Apps with the following details on the query of the webpage url.
S.No | Property | Type | Description |
---|---|---|---|
1. | redirectUrl |
string |
The page where the user should be redirected to after the authentication process |
2. | signup |
boolean |
Indicates whether the current action is a sign up process. |
Note: This property is handled internally within the Accounts - Live Apps project. This is not needed to be provided from the external service |
After the user arrived to the oauth login page / signup page, he/she will provide all the information needed in the respective page he/she is in and will be redirected to a page where he/she should enter the otp sent to the email he/she provided in the previous screen.
Once verification is done with the OTP, the following details will be included in the form of searchQuery in the redirectUrl
provided in the webpage url.
<aside> 💡 The previously present searchQuery in the redirectUrl will not be removed.
</aside>
Here you can manage details like Name
, privacy
and other configurations of the liveapps account you created in this portal