jazzband / django-rest-knox

Authentication Module for django rest auth
MIT License
1.17k stars 213 forks source link

Add extra field to AuthToken #263

Closed bylly1 closed 4 months ago

bylly1 commented 2 years ago

I want to add more fields to the AuthToken how I do that?

jmichalicek commented 2 years ago

I could really use a simple description field. It would be great if the model used for tokens could be made swappable or otherwise overridable in some manner.

stsewd commented 1 year ago

This is now possible with https://github.com/James1345/django-rest-knox/pull/275.