issues
search
jmprathab
/
MyHome
A Java application which helps people to manage their apartment.
Apache License 2.0
93
stars
107
forks
source link
Create new login endpoint schema for auth/login with controller
#238
Closed
mslowiak
closed
3 years ago
mslowiak
commented
3 years ago
🤚 Things need to be done:
Create a new login endpoint schema in
api.yaml
file
Allow accessing this endpoint for all (
WebSecurity class
)
Throw 401 if login failed (user not found / credentials incorrect) and log what happened
🤚 Things need to be done:
api.yaml
fileWebSecurity class
)