Skip to content

Resolve "Implement correct Authentication for routes"

Tim Dahmen requested to merge 14-implement-correct-authorisation into master

Closes #14 (closed) and Closes #21 (closed)

  • Moves from Spring Version 2.3.0 to 2.3.2.
  • Removes Tomcat and replaces it by Netty.
  • Regarding to Issue #14 (closed) the Route /user/{id}/resetactivation is missing and this MR implements it.
  • Removes unnecessary dependencies
  • With changing the authentication logic, some logic for the login routes changes and will be corrected by this MR.
Edited by Tom Käsler

Merge request reports