mirror of
https://github.com/SigNoz/signoz.git
synced 2026-05-03 13:40:19 -05:00
c122bc09b4
## 📄 Summary
- Instead of relying on JWT for session management, we are adding another token system: opaque. This gives the benefits of expiration and revocation.
- We are now ensuring that emails are regex checked throughout the backend.
- Support has been added for OIDC protocol