fix(thesis): remove invalid unicode character

This commit is contained in:
Julian Lobbes 2023-09-01 12:52:04 +02:00
parent a595f15b34
commit c3413ba8c2

View File

@ -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. 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. 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~ 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 owners 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. The client uses the access token to access the protected resources hosted by the resource server.
}\cite{hardt_oauth_2012} }\cite{hardt_oauth_2012}
% TODO explain this in more detail. It is unclear what is happening here. % TODO explain this in more detail. It is unclear what is happening here.