protonemedia / laravel-verify-new-email

This package adds support for verifying new email addresses: when a user updates its email address, it won't replace the old one until the new one is verified.
https://protone.media/en/blog/an-add-on-to-laravels-built-in-email-verification-only-update-a-users-email-address-if-the-new-one-is-verified-as-well
MIT License
404 stars 30 forks source link

Usage with Jetstream #7

Open MatthiasHertel opened 3 years ago

MatthiasHertel commented 3 years ago

Hi

is there anywhere a guide how to use/implement this package with laravel jetstream scaffolded app?

best regards matthias

pascalbaljet commented 3 years ago

We're currently building an app based on Jetstream and are planning the integrate this package. I'll leave this issue open until it's figured out!

NetRally commented 3 years ago

I use this package with https://github.com/joelbutcher/socialstream and works well. Only follow the documentation.

netcarver commented 1 year ago

@pascalbaljet Any update on this? - would like to use in jetstream if possible.