diff --git a/README.md b/README.md index c7cbd01..555755f 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +For any questions regarding the use of the Google API service please feel free to reach out at support@rezije.app \ No newline at end of file diff --git a/app/terms/page.tsx b/app/terms/page.tsx index 62ba6bb..761231e 100644 --- a/app/terms/page.tsx +++ b/app/terms/page.tsx @@ -45,7 +45,7 @@ const TermsPage = () =>
We reserve the right, at our sole discretion, to modify or replace these Terms at any time. We will try to provide at least 10 days' notice prior to any new terms taking effect.
If you have any questions about these Terms, please contact us at support@racuni.app.
+If you have any questions about these Terms, please contact us at support@rezije.app.
;