Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(auth): implement email verification functionality #459

Merged
merged 13 commits into from
Mar 11, 2025

Conversation

Adammatthiesen
Copy link
Member

@Adammatthiesen Adammatthiesen commented Mar 9, 2025

This pull request introduces a series of changes to improve email verification and notification settings in the StudioCMS platform. These updates include new utility functions, database schema modifications, and additional routes to support email verification.

Key changes include:

Email Verification and Notification Settings:

New Utility Functions:

  • packages/studiocms/src/lib/auth/verify-email.ts: Implemented utility functions to handle email verification, including checking if email verification is enabled, creating and deleting verification requests, and sending verification emails.

Route and Integration Updates:

Internationalization (i18n) and UI Updates:

These changes collectively enhance the security and configurability of the StudioCMS platform by enabling email verification for users and providing more granular notification settings.

Copy link

changeset-bot bot commented Mar 9, 2025

🦋 Changeset detected

Latest commit: 321f12f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
studiocms Patch
@studiocms/blog Patch
@studiocms/devapps Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

pkg-pr-new bot commented Mar 9, 2025

Open in Stackblitz

npm i https://pkg.pr.new/withstudiocms/studiocms@459
npm i https://pkg.pr.new/withstudiocms/studiocms/@studiocms/blog@459
npm i https://pkg.pr.new/withstudiocms/studiocms/@studiocms/devapps@459

commit: 321f12f

@Adammatthiesen Adammatthiesen marked this pull request as ready for review March 10, 2025 11:12
@Adammatthiesen Adammatthiesen requested a review from a team as a code owner March 10, 2025 11:12
@Adammatthiesen Adammatthiesen merged commit c914ec4 into main Mar 11, 2025
9 checks passed
@Adammatthiesen Adammatthiesen deleted the user-verification branch March 11, 2025 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants