florimondmanca / djangorestframework-api-key

🔐 API key permissions for Django REST Framework
https://florimondmanca.github.io/djangorestframework-api-key/
MIT License
669 stars 103 forks source link

Best way to create and validate keys? #224

Closed matthewcummings closed 1 year ago

matthewcummings commented 1 year ago

I need to implement functionality which does the following:

I also need an endpoint which I can use to check that an API key is valid.

I'm not sure where to start with this and I'm wondering if you have any recommendations or good examples for me to follow.