Skip to content

Conversation

mohap710
Copy link

The hardest part for me was to ensure the user email is verified.

What I've learned.

  • There is a built in middleware for ensuring email is verifed
->middleware(["auth", "verified"])
  • I should also Implements MustVerifyEmail Interface in my user model
class User extends Authenticatable implements MustVerifyEmail
  • Confirm Password middleware
->middleware("password.confirm")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant