Vikrant Gupta
37cd1ab84b
feat(service-account): introduce service account ( #10436 )
...
* feat(service-account): initial domain changes for service account
* feat(service-account): add module logic and complete handler
* feat(service-account): finish module and add store barebones
* feat(service-account): add http handlers, openapi spec and store implementation
* feat(service-account): add status update and emailing base setup
* feat(service-account): update emailing templates
* feat(service-account): update openapi spec
* feat(service-account): testing changes
* feat(service-account): update openapi spec
* feat(service-account): remove templating for email subject
* feat(service-account): remove sqlmigrations
* feat(service-account): add key to the create response
2026-03-02 15:51:59 +05:30
Pandey
df72c897f9
feat: change invitation and password reset emails ( #10297 )
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
build-staging / staging (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
2026-02-15 14:59:54 +00:00
Karan Balani
e1ac992e5a
feat: forgot password api and token expiry ( #10073 )
2026-01-27 15:31:15 +05:30
Vibhu Pandey
c122bc09b4
feat(tokenizer|sso): add tokenizer for session management and oidc sso support ( #9183 )
...
## 📄 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
2025-10-16 18:00:38 +05:30
Nityananda Gohain
1a193fb1a9
fix: update email template for update role ( #8610 )
...
* fix: update email template for update role
* fix: remove space
2025-08-29 06:51:03 +00:00
Nityananda Gohain
552d44d208
chore: send email on role update ( #8489 )
...
* chore: send email on role update
* fix: minor changes
* fix: update template
* fix: minor changes
* fix: return updated user
2025-07-10 15:17:04 +00:00
Vibhu Pandey
9e13245d1b
feat(emailing): add smtp and emailing ( #7993 )
...
* feat(emailing): initial commit for emailing
* feat(emailing): implement emailing
* test(integration): fix tests
* fix(emailing): fix directory path
* fix(emailing): fix email template path
* fix(emailing): copy from go-gomail
* fix(emailing): copy from go-gomail
* fix(emailing): fix smtp bugs
* test(integration): fix tests
* feat(emailing): let missing templates passthrough
* feat(emailing): let missing templates passthrough
* feat(smtp): refactor and beautify
* test(integration): fix tests
* docs(smtp): fix incorrect grammer
* feat(smtp): add to header
* feat(smtp): remove comments
* chore(smtp): address comments
---------
Co-authored-by: Vikrant Gupta <vikrant@signoz.io >
2025-05-22 18:31:52 +00:00
Prashant Shahi
eee3f7d549
feat: signoz package and deprecation of frontend, alertmanager ( #7301 )
...
### Summary
- signoz package with goreleaser
- frontend deprecation
- alertmanager deprecation
---------
Signed-off-by: Prashant Shahi <prashant@signoz.io >
2025-03-14 17:23:10 +05:30