Fix: fixed e-mail address

This commit is contained in:
2024-02-15 16:52:56 +01:00
parent 2ab3995a67
commit 28d75acbd3
2 changed files with 9 additions and 4 deletions

View File

@@ -99,12 +99,17 @@ This issue was solved by using an older Mongo DB Version 4.4.27
# OAuth verification video transcript
This is Rachini app demonstration for Google OAuth login process for the users of our app.
This is Rezije app demonstration for Google OAuth login process for the users of our app.
The video shows that our usage of OAuth scopes complies with Google API services user data policy.
Our app does not use any of the sensitive and restricted scopes.
User's can access Terms of service and Privacy policy by clicking links in footer of the page.
Let's first click on the "Terms of service" link. Here we can see our terms of service.
Now let's click on the Privacy policy link. Here We can see our privacy policy.
Links to these pages are assigned in the apropriate fields in the Google's Cloud Console and are listed in the Google's OAuth window.
From our homepage you can login by clicking on the "Sign in with Google" button.
@@ -115,6 +120,6 @@ Select the account with which you would like to sign-in with and you will be log
We are using two scopes:
1. OAuth ID, which is used to assign ownership to the application specific data when it's is stored and retrieved from our database.
2. user's e-mail address, which stored in our database so that we can contact our users in case such action is needed.
2. user's e-mail address, which is stored in our database so that we can contact our users in case such action is needed.
For any questions regarding the use of the Google API service please feel free to reach out at support@racuni.app
For any questions regarding the use of the Google API service please feel free to reach out at support@rezije.app