feat(xo-server): only create a single token per web client (and user)

Related to e07e2d3cc

Similar to 581b42fa9
This commit is contained in:
Julien Fontanet
2023-11-09 17:13:10 +01:00
parent a8aac295eb
commit 96025df12f
2 changed files with 17 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@
> Users must be able to say: “Nice enhancement, I'm eager to test it”
- [REST API] Add `users` collection
- [Authentication] Re-use existing token instead of creating a new one when connecting with the same user on the same browser
### Bug fixes