Closed ciur closed 4 years ago
I don't understand what/why exactly CI failed :(
The CI fails because you didn't add the model migrations.
To be honest I don't find this to be generic enough to be included in the project, you could easily attach a metadata object to the model and customise things as you wish.
Hi!
would it be possible to include optional label field to the model? I use knox auth in papermerge project and I find it confusing to identify tokens by their digest. From user's point of view, digests and tokens look similar.
Here is the use case.
Note that tokens are not created in login view (I dont use knox' login view at all).