itsdeannat / the-brew-ha-ha-api

A coffee-themed API built with the Django Rest Framework
MIT License
0 stars 0 forks source link

Add JWT authentication to the Brew Ha Ha API #12

Closed itsdeannat closed 2 weeks ago

itsdeannat commented 2 weeks ago

closes #3

Description

This pull request adds functionality that allows users to request a JWT. The user must register with the API before requesting a JWT. If they have not registered, the API returns a message indicating that no account was found with those credentials.

Test scenarios completed

Out of scope

Checklist