pub async fn authorize_access_to_tmc_server(
request: &HttpRequest,
) -> Result<AuthorizationToken, ControllerError>
Expand description
Can be used to check whether user is allowed to view some course material
pub async fn authorize_access_to_tmc_server(
request: &HttpRequest,
) -> Result<AuthorizationToken, ControllerError>
Can be used to check whether user is allowed to view some course material