jazzband / django-rest-knox

Authentication Module for django rest auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add extra field to AuthToken

bylly1 opened this issue · comments

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

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.

This is now possible with #275.