Files
eventspace/backend/app/models
Felipe Cardoso 8814dc931f Add token revocation mechanism and support for logout APIs
This commit introduces a system to revoke tokens by storing their `jti` in a new `RevokedToken` model. It includes APIs for logging out (revoking a current token) and logging out from all devices (revoking all tokens). Additionally, token validation now checks revocation status during the decode process.
2025-02-28 17:45:33 +01:00
..
```
2025-02-28 08:34:49 +01:00
2025-02-27 18:14:47 +01:00
```
2025-02-28 08:34:49 +01:00