mkalioby / django-passkeys

Django Authentication Backend For Passkeys
MIT License
197 stars 22 forks source link

delKey and toggleKey throw exception on invalid id parameter. #39

Open christian-thieme opened 1 week ago

christian-thieme commented 1 week ago

They should handle invalid request data more gracefully by returning HTTP 400 status code.

mkalioby commented 1 week ago

You can open PR for that