added email link to terms page
This commit is contained in:
24
README.md
24
README.md
@@ -95,4 +95,26 @@ failed to get redirect response TypeError: fetch failed
|
||||
## Mongo DB & AVX Instructions
|
||||
The MongoDB server v > 5.0 will not run on and old machine such as Acer Revo due to it's CPU.
|
||||
|
||||
This issue was solved by using an older Mongo DB Version 4.4.27
|
||||
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.
|
||||
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.
|
||||
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.
|
||||
|
||||
Here in the address bar you can see that the client ID is present in the URL.
|
||||
|
||||
Select the account with which you would like to sign-in with and you will be logged in into the app.
|
||||
|
||||
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.
|
||||
|
||||
For any questions regarding the use of the Google API service please feel free to reach out at support@racuni.app
|
||||
@@ -45,7 +45,7 @@ const TermsPage = () =>
|
||||
<h2>10. Changes</h2>
|
||||
<p>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.</p>
|
||||
<h2>11. Contact Us</h2>
|
||||
<p>If you have any questions about these Terms, please contact us at [Contact Information].</p>
|
||||
<p>If you have any questions about these Terms, please contact us at <a href="mail:support@racuni.app">support@racuni.app</a>.</p>
|
||||
</article>
|
||||
</Main>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user