shetaye / swish

A human-first video platform.
0 stars 0 forks source link

Implement Auth #13

Closed shetaye closed 4 years ago

shetaye commented 4 years ago

User authentication + authorization checks have to be implemented in the APIGatewayService. User authorization checks also have to be implemented in relevant services (VideoContentService, VideoDataService, etc.). This means that user auth information must be passed to subsequent services from APIGatewayService. (From GitLab)