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 more authentication options (oauth providers, magic link, etc) #24

Closed dstpierre closed 1 year ago

dstpierre commented 2 years ago

This PR will adds more authentication options. At this time only email/password is supported.

This will allow client-side applications that use StaticBackend to offer 3rd party sign-in to their users.

dstpierre commented 1 year ago

replaced by by #35