Last built on 2023-09-26 06:47
Auth Server
Auth Server is user authorization server.
After authorization, it returns JWT token, which must be added to cookie (Cookie: token=authToken) or to the request URL parameter (api/?token=authToken).
API: Auth API.