qbicsoftware / data-download-server

MIT License
0 stars 0 forks source link

Authenticate using personal access tokens #4

Closed KochTobi closed 7 months ago

KochTobi commented 7 months ago

This PR introduces spring security to the server. The measurements endpoint is configured to allow only authenticated users to access it. You can authenticate by providing a personal access token as described in the research data management documentation This PR does not cover authorization! This has to be provided in another PR.