rt4914 / KlinicCon-Backend

2 stars 3 forks source link

[Feature Request]: Add jwt token based authentication for signup and login #31

Closed rt4914 closed 2 weeks ago

rt4914 commented 3 weeks ago

Is your feature request related to a problem? Please describe.

Our apis needs to be authenticated so for that we will use jwt-tokens

Describe the solution you'd like

Reference: https://www.youtube.com/watch?v=Wq9i77BUBlQ Reference: https://youtu.be/OmT_uNtT7vY

Implement jwt token based authentication

https://dakotaleemartinez.com/tutorials/devise-jwt-api-only-mode-for-authentication/

Describe alternatives you've considered

No response

Additional context

No response

vanamraghu commented 3 weeks ago

I will work on this