Skip to main content

Team4-06

🔎 Overview

Team 4-06 provides the Application Service. This service is for the Students of the Provadis Hochschule in Frankfurt to be able to submit applications online.


🔐 Authentication

When sending requests to the API, it is required to have a valid JWT token as a bearer token in the request for anything but the API root endpoint. Furthermore, allowed request methods are restricted by the owners roles as follows:

  • GET: Area-2.Team-6.Read.antrag-read
  • POST: Area-2.Team-6.Update.antrag-update
  • DELETE: Area-2.Team-6.Delete.antrag-delete

🌐 Communication

For communication with our team:


🔗 Content

In the following pages the applications will be described with detail.