Services in the socketworld ecosystem depend on user access to manipulate resources -- the space service should validate that each request comes from a user with a valid session.
Check that a token (JWT) is provided with each request
Validate the token
Log each request with the validated the user information
Services in the
socketworld
ecosystem depend on user access to manipulate resources -- thespace
service should validate that each request comes from a user with a valid session.