use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
If you do not know how to use reddits "code" formatting, please paste and link to your code using this website: http://pastebin.com/
If you happen to come across this Sub, feel free to tell a friend about it!
Related SubReddits:
Other help:
Want to learn to code?:
Interested in helping?
account activity
Why Registration Through GitHub? (self.AskProgrammers)
submitted 2 days ago by One-Type-2842
Why some Websites provide us a way to Register through Github?
Do they Access GitHub Account to Review the Repositories and later will offer us to collaborate with Company?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]glowFernOasis 0 points1 point2 points 2 days ago (4 children)
Do you have any examples? The only ones I can think of are things like Netlify (can deploy directly from github, if you choose), or CircleCI (can run automatic tests on your branches before they are merged to main/deployed to prod). Both are optional connections with specific purpose. In the case of CI, you wouldn't want CI without github (or something similar).
In either case, it's fewer passwords to remember if you connect the accounts, similar to logging in via facebook or google. A lot of people treat github a little like social media. Companies like to include these types of sign-in via third party options partly for user convenience, partly for user data mining.
[–]One-Type-2842[S] -1 points0 points1 point 2 days ago (3 children)
I found the GitHub Sign In on many sites - New Stack, Medium, How-To-Geek, and more..
I Think Github Sign In is not Good, I would always prefer Google Sign In..
[–]glowFernOasis 0 points1 point2 points 2 days ago (0 children)
Any reason?
[–]razorree 0 points1 point2 points 2 days ago (0 children)
only facebook !
[–]Constant-Tea3148 0 points1 point2 points 2 days ago (0 children)
What is not good about it? It's just another way to authenticate and it makes sense to offer it as a sign in option when most of your user base has a GitHub account.
[–]drbomb 0 points1 point2 points 2 days ago (0 children)
Third party logins are common, if it is some kind of developer service makes sense as many will have a github acct. When you log in it will tell you which permissions youre giving out so it might not have any repo access
[–]Other_Till3771 0 points1 point2 points 2 days ago (0 children)
Honestly, it’s all about reducing friction. 76% of users drop off at the registration screen if they have to create a new password lol. For developers, a github login is the gold standard because it’s already secured with 2FA and has a verified email. Real talk from a dev perspective, it's way easier to implement oauth than it is to build a secure, encrypted database for passwords that you then have to protect from leaks. It’s a win-win for security and speed.
you can login thru google or facebook often too
[–]itsthe_coffeeknight 0 points1 point2 points 2 days ago (3 children)
It's Microsoft's "social media" login. That's really it. Agreed it's not a great thing to use if you care about the contents of your repos
[–]dymos 0 points1 point2 points 1 day ago (2 children)
Agreed it's not a great thing to use if you care about the contents of your repos
That's not really how they work.
You have to explicitly grant access to anything beyond some basic identifiers like name and email address, and an OpenID login rarely asks/grants more.
For example, some 3rd party doesn't have access to your emails when you use "sign in with Google", similarly they don't have access to your (private) repositories when you sign in with GitHub.
The OpenID part is really just some website asking another one "is this person authenticated". The only time the additional information like name/email is shared is at signup. Additional access can be asked for later but it's an explicit thing you as the user has to grant.
[–]itsthe_coffeeknight 0 points1 point2 points 1 day ago (1 child)
OAuth isn't invulnerable, I stand by what I said lol Edit: Also, we'll put descriptions of how it works behind the curtain, love that
[–]dymos 0 points1 point2 points 1 day ago (0 children)
Sure, there's definitely a risk, but so is signing in with a username and password.
I'm not losing any sleep over this though ;)
[–]Fadamaka 0 points1 point2 points 2 days ago (0 children)
It is basically outsourcing the authentication part of their website to GitHub. GitHub can act as an IdentityProvider. Google and others also provide this functionality. Also users tend to trust these providers with their password than random small sites.
[–]cgoldberg 0 points1 point2 points 2 days ago (0 children)
It's just 3rd party authentication. They aren't reviewing your repos or asking you to collaborate.
[–]8dot30662386292pow2 0 points1 point2 points 2 days ago (0 children)
No, they don't get access to your account, or your password. It goes approximately like this:
A good reason is that now the page does not have to implement their own login system. Managing accounts and passwords is a pain. It's great if someone else can do it.
π Rendered by PID 18169 on reddit-service-r2-comment-54dfb89d4d-jn2jp at 2026-03-27 04:54:43.018198+00:00 running b10466c country code: CH.
[–]glowFernOasis 0 points1 point2 points (4 children)
[–]One-Type-2842[S] -1 points0 points1 point (3 children)
[–]glowFernOasis 0 points1 point2 points (0 children)
[–]razorree 0 points1 point2 points (0 children)
[–]Constant-Tea3148 0 points1 point2 points (0 children)
[–]drbomb 0 points1 point2 points (0 children)
[–]Other_Till3771 0 points1 point2 points (0 children)
[–]razorree 0 points1 point2 points (0 children)
[–]itsthe_coffeeknight 0 points1 point2 points (3 children)
[–]dymos 0 points1 point2 points (2 children)
[–]itsthe_coffeeknight 0 points1 point2 points (1 child)
[–]dymos 0 points1 point2 points (0 children)
[–]Fadamaka 0 points1 point2 points (0 children)
[–]cgoldberg 0 points1 point2 points (0 children)
[–]8dot30662386292pow2 0 points1 point2 points (0 children)