ImanKahlila / ProjectHunt

1 stars 7 forks source link

Sign in with github #30

Open Cheesely opened 1 year ago

Cheesely commented 1 year ago

Here are two links to the GitHub Docs and Discord Docs about implementing authorization for users to sign in on our website with their Discord account or GitHub account. Last article/link aren't docs, but worth reading in regards to OAuth.

https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps

https://discordjs.guide/oauth2/#a-quick-example

https://aaronparecki.com/oauth-2-simplified/#web-server-apps

ThomasCarney315 commented 1 year ago

You know, maybe it would just be a good idea to ONLY use OAuth options so that we can avoid having to handle user data all🤔

ImanKahlila commented 1 year ago

Those articles are OAuth @ThomasCarney315

IntelliJinceTech commented 1 year ago

Adding Discord's docs for whoever takes this on:

https://discord.com/developers/docs/topics/oauth2

IntelliJinceTech commented 1 year ago

going to start working on this! will reach out if I need help!

IntelliJinceTech commented 1 year ago

Per last discussion - Splitting this issue into 2 due to the discord username changes that are ongoing.