Skip to content
#

roles

Here are 398 public repositories matching this topic...

Laravel 8 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. Uses offical [Bootstrap 4](http://getbootstrap.com). This also makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. The project can be stood up in minutes.

  • Updated Apr 4, 2022
  • PHP
izumi
hasura-auth
jo-gri
jo-gri commented Jun 25, 2022

I need a way to generate a magic link without it being sent to the specified email address.
Right now I only can think about workarounds by stopping the email from being sent (on the smtp server side) and get the token from the database manually or set up a webhook in hasura.
So basically it would be awesome to have the ability to just generate the magic link token in the database without the wh

enhancement good first issue priority: medium

Improve this page

Add a description, image, and links to the roles topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the roles topic, visit your repo's landing page and select "manage topics."

Learn more