ElixirMostWanted / elixirmostwanted.com

58 stars 8 forks source link

Authentication with GitHub OAuth #6

Closed beltranaceves closed 3 months ago

beltranaceves commented 3 months ago

Let's get the ball rolling on this

It's a stripped-down version of AlgoraTV's auth, which comes from the LiveBeats demo. Credit to @zcesur.

I kept it very barebones, stores %User{ id, name, token, avatar } and adds the minimum frontend changes.

Live demo. Just realized we might want that app name to be available in fly.io, I'll delete it when merged/rejected.

Closes Issue #2

bcardarella commented 3 months ago

I must not have notifications turned on, reviewing now. Thanks!