From c3413ba8c29e7424eb592471610721fd7bcae2d2 Mon Sep 17 00:00:00 2001 From: Julian Lobbes Date: Fri, 1 Sep 2023 12:52:04 +0200 Subject: [PATCH] fix(thesis): remove invalid unicode character --- docs/thesis/thesis.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/thesis/thesis.tex b/docs/thesis/thesis.tex index d8ab7e6..397069d 100644 --- a/docs/thesis/thesis.tex +++ b/docs/thesis/thesis.tex @@ -854,7 +854,7 @@ This includes backend utility functions and shared \Gls{ui} components for the f Medwings interfaces with the Withings Cloud through the \code{withings} module. Responsibilities include retrieving vitals data through authenticated requests to the Withings Cloud API, which implements the OAuth 2.0 Authorization Framework. As per its specification, \enquote{In OAuth, the client requests access to resources controlled by the resource owner and hosted by the resource server\ldots~ - Instead of using the resource owner’s credentials to access protected resources, the client obtains an access token\ldots~ + Instead of using the resource owner's credentials to access protected resources, the client obtains an access token\ldots~ The client uses the access token to access the protected resources hosted by the resource server. }\cite{hardt_oauth_2012} % TODO explain this in more detail. It is unclear what is happening here.