fishey2 / java-component-template

A template project for Java based projects with Spring Boot 2, Gradle, Logback and JUnit5
MIT License
7 stars 0 forks source link

Implement Authorisation middleware #11

Open fishey2 opened 4 years ago

fishey2 commented 4 years ago

Adding middleware to authorise requests on endpoints.

It should cover only Basic auth to start with.

This should be applied on any endpoints that start with /rest/v1/*.

Look at spring security with OAuth and JWT first