Skip to content

Commit

Permalink
pdf uploaded + git comments resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvcheemakurti committed Apr 4, 2024
1 parent 312b912 commit e4775e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file removed docs/SRS-Volere/SRS.pdf
Binary file not shown.
Binary file modified docs/SRS/SRS.pdf
Binary file not shown.
5 changes: 3 additions & 2 deletions docs/SRS/SRS.tex
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ \section*{Revision History}
October 9, 2023 & U.R & Added missing relevant facts and assumptions\\
October 20, 2023 & U.R & Added safety and security requirements from Hazard Analysis\\
November 3, 2023 & U.R & Added labels to FRs\\
April 4, 2024 & D.C & Incorporated TA Feedback\\
\bottomrule
\end{tabularx}
\end{table}
Expand Down Expand Up @@ -774,7 +775,7 @@ \section{Open Issues}
\section{Off-the-Shelf Solutions}
\subsection{Ready-Made Products}
\begin{itemize}
\item Auth0 offers an authentication protocol that can be used to implement a user-based authentication flow for the application.
\item Auth0 is compliant with the OpenID Connect authentication protocol that can be used to implement a user-based authentication flow for the application.
\item SSH or TLS can be used as the cryptographic protocol to ensure security.
\item ESLint is a linter that can be used to format and catch errors in the source code.
\end{itemize}
Expand All @@ -801,7 +802,7 @@ \subsection{Effects on the Installed Systems}

\subsection{Potential User Problems}
\begin{itemize}
\item Accessibility to the command terminal requires authentication to be granted through the Auth0 Protocol. However, this is an industry-standard protocol for authentication and authorization, making it highly unlikely to encounter this problem.
\item Accessibility to the command terminal requires authentication to be granted through the OpenID Connect Protocol offered by Auth0. However, this is an industry-standard protocol for authentication and authorization, making it highly unlikely to encounter this problem.
\end{itemize}

\subsection{Limitations in the Anticipated Implementation Environment That May
Expand Down

0 comments on commit e4775e2

Please sign in to comment.