Sabermotamedi / RihalCodeStacker-Backend

This Repository is related to the Rihal Backend Challenge.
MIT License
0 stars 0 forks source link

Implement authentication for all APIs (except user registration) using Basic Authentication. #3

Closed Sabermotamedi closed 7 months ago

Sabermotamedi commented 7 months ago

Is your feature request related to a problem? Please describe. I want all API’s (except the user registration API) to be protected using Basic Authentication

Describe the solution you'd like make all the API secure with jwt token

Sabermotamedi commented 7 months ago

This feature was implemented at project Initialization