anexia / drf-multitokenauth

An extension to Django-Rest-Frameworks Token Authentication, enabling a user to have multiple authorization tokens
BSD 3-Clause "New" or "Revised" License
14 stars 5 forks source link

Add Name #28

Closed fjbardelli closed 11 months ago

fjbardelli commented 1 year ago

Hi, great job. Is it possible to add a name to the token, to be able to identify it in case there are many, and to know which one to eliminate, for example?

anx-abruckner commented 1 year ago

@fjbardelli PR 31 provides an optional "name" field for the MultiToken model. Would this cover what you had in mind or do you require any additional functionality for that new field?

anx-abruckner commented 11 months ago

@beachmachine please close this issue - fix from 1 year ago is long merged =)