Skip to content

Commit

Permalink
fix: unique type in token memory model
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Sep 18, 2023
1 parent d7c6896 commit f5083d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions canaille/backends/memory/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ class Token(canaille.oidc.models.Token, MemoryModel):
"refresh_token",
"revokation_date",
"client",
"type",
]
model_attributes = {
"client": ("Client", None),
Expand Down

0 comments on commit f5083d0

Please sign in to comment.