Closed mslowiak closed 3 years ago
Some endpoints should be protected, but actually our api.yaml file have not this information.
api.yaml
Link to OpenApi documentation: https://swagger.io/docs/specification/authentication/bearer-authentication/
The class that holds secured & public endpoints of application: https://github.com/jmprathab/MyHome/blob/master/service/src/main/java/com/myhome/security/WebSecurity.java
Things need to be done:
WebSecurity
Some endpoints should be protected, but actually our
api.yaml
file have not this information.Link to OpenApi documentation: https://swagger.io/docs/specification/authentication/bearer-authentication/
The class that holds secured & public endpoints of application: https://github.com/jmprathab/MyHome/blob/master/service/src/main/java/com/myhome/security/WebSecurity.java
Things need to be done:
WebSecurity
class for endpoints that should be protected