mihh-don / suitcase

Preparing my suitcase for the upcoming trip
0 stars 0 forks source link

Security #3

Open mihh-don opened 5 years ago

mihh-don commented 5 years ago

Enable Authentication and Authorization for making REST requests and accessing resources Check https://spring.io/guides/gs/securing-web/

Add a more advanced security layer to a frontend framework: https://spring.io/guides/tutorials/spring-security-and-angular-js/

Introduce OAuth2 authentication and authorization: https://developer.okta.com/blog/2019/05/22/java-microservices-spring-boot-spring-cloud

mihh-don commented 5 years ago

Added Basic Authentication with Spring MVC, according to https://spring.io/guides/gs/securing-web/