Authentication¶
For authentication of user, API responses JWT token that stores in the HTTP header
.
Type of JWT Token is Bearer
Log In¶
# Auhtenticate user`POST`
http://localhost:8080/login
HTTP/1.1
Log Out¶
# Auhtenticate user`GET`
http://localhost:8080/{userId}/logout
HTTP/1.1