holman / ama

Ask @holman anything!
731 stars 277 forks source link

Auth server #868

Closed MatteoGauthier closed 4 years ago

MatteoGauthier commented 4 years ago

What's the best way to authantificate a user to his account and get some data from this ? Example : Auth on my app with spotify and get your music stats.

What's the best hosting way for the auth server ? Can i "serverless" my app ?

holman commented 4 years ago

Plenty of options. You could either roll it yourself (involving serverless functions at various vendors), or use something like Auth0. If you want to connect with a third party, though, you’d probably want to roll your own.