khwilo / django-dev-labs

Experimentation on Django features
MIT License
0 stars 0 forks source link

Create User Login Endpoint #6

Open khwilo opened 3 months ago

khwilo commented 3 months ago

Description

As a registered user, I want to log in with my credentials and receive a JWT token.

Acceptance Criteria

Users can log in and receive a JWT token for authentication.