From 4d449e2b9d933fbfcd8aeff74c64f30f80c6b896 Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Wed, 11 Jun 2025 11:39:35 -0700 Subject: [PATCH] (DOCS): Added OAuth comment to auth specs. This might be a good option, to save time and allow for ease of use. --- TechnicalSpecification.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TechnicalSpecification.md b/TechnicalSpecification.md index ae90a5e..80855f8 100644 --- a/TechnicalSpecification.md +++ b/TechnicalSpecification.md @@ -219,6 +219,9 @@ creation process will take place here This section outlines the authentication requirements for the application. This section is **not** broken down by page, they are simple defined. +Consider looking into using Google OAuth. Appears to be free and can be implemented pretty easily. +Reference [here](https://developers.google.com/identity/protocols/oauth2). + #### Pages - [ ] **Register Page**