GY-CODING / gy-messages-service

GYCODING's official messaging service backend.
https://api.gycoding.com/messages
MIT License
2 stars 0 forks source link

Set the auth layer before every endpoint access #2

Closed gy-toxyc closed 3 months ago

gy-toxyc commented 3 months ago

The purpose of this issue is to set the auth layer (decode of JWT) on the service before processing the action of the specific endpoint that is trying to be accessed.

Tasks


In order for this issue to be closed, all tasks should be completed.