django-rest-knox icon indicating copy to clipboard operation
django-rest-knox copied to clipboard

Add extra field to AuthToken

Open bylly1 opened this issue 3 years ago • 2 comments

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

bylly1 avatar Jan 24 '22 21:01 bylly1

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.

jmichalicek avatar Jun 15 '22 14:06 jmichalicek

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

stsewd avatar May 25 '23 17:05 stsewd