Download OpenAPI specification:Download
Some profile service
Registers user (or just guest)
guest name
Successfully registered a new guest
{"name": "Ivanov Ivan Ivanovitch"}
{"id": 0}
Retrieves user info. Unsafe, so login endpoint must be private
Got user information
{"id": 0,"roles": ["teacher"],"password": "qwerty123","alg": "bcrypt"}