khwilo / django-dev-labs

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

Secure Endpoints with JWT #7

Open khwilo opened 3 months ago

khwilo commented 3 months ago

Description

As a developer, I want to secure certain endpoints with JWT authentication so that only authenticated users can access them.

Acceptance Criteria

Endpoints are protected and require a valid JWT token to access.