staticbackendhq / core

Backend server API handling user mgmt, database, storage and real-time component
https://staticbackend.com
MIT License
682 stars 67 forks source link

Add magic link/code authentication #21

Closed dstpierre closed 1 year ago

dstpierre commented 2 years ago

In some use case a magic link via email or code via text message is preferred as authentication mechanism.

Let's implement this the simple way with Twillio for text message and the built-in email functionality of SB.