burhantabak / BilSync

Your university's social marketplace
2 stars 2 forks source link

authentication #24

Closed TunaSaygin closed 11 months ago

TunaSaygin commented 11 months ago

pazar

TunaSaygin commented 11 months ago

except for /auth/login endpoint all the endpoints requires authentication. Authentication is done by JWT Bearer Token. Unless there is a JWT token in the request, you will get 403 Forbidden response. So please when you are testing your endpoint in postman, follow this rule as below

image