Codecademy / docs

Codecademy Docs is a collection of information for all things code. 📕
https://www.codecademy.com/resources/docs
810 stars 3.61k forks source link

[Edit] Cybersecurity: Multi-factor Authentication #1438

Closed andrew-selig closed 1 year ago

andrew-selig commented 1 year ago

Type of Edit (select all that apply)

Add new content (definitions, codeblocks, etc.)

Description (optional)

As part of a portfolio project, I'd like to add more content to the Cybersecurity: Multi-factor Authentication page. Namely, I'd like to add the larger buckets of factors (something you are/know/has) as well as more examples that people may come (OTP, Yubikey, etc).

Code of Conduct

For Maintainers

DCorneliusS commented 1 year ago

Hi,

I would like to contribute to this issue. My intention is to add the following possible factors for authentication:

Common examples will be given for each of these five factors, although it will be noted that the last two factors are not very often used.

yangc95 commented 1 year ago

@andrew-selig Did you create this issue to work on yourself? Just confirming the intention to see if this issue should be assigned to you or a fellow contributor.

cc: @DCorneliusS

andrew-selig commented 1 year ago

I was hoping to get it assigned to me. Just following the portfolio instructions in the Git/GitHub lesson.

On Wed, Jan 11, 2023 at 9:14 AM Christine Yang @.***> wrote:

@andrew-selig https://github.com/andrew-selig Did you create this issue to work on yourself? Just confirming the intention to see if this issue should be assigned to you or a fellow contributor.

cc @DCorneliusS https://github.com/DCorneliusS

— Reply to this email directly, view it on GitHub https://github.com/Codecademy/docs/issues/1438#issuecomment-1379061054, or unsubscribe https://github.com/notifications/unsubscribe-auth/AV3RIMOT5KZG7CN2ZOHVI7LWR3MADANCNFSM6AAAAAATRB576Q . You are receiving this because you were mentioned.Message ID: @.***>

DCorneliusS commented 1 year ago

I wasn't certain if this issue was open for contribution or not, hence me barging in with suggestions. I have a text file ready for submission as a potential upgrade/contribution, but since @andrew-selig asked for permission to contribute before me, then it's perfectly fine by me if this issue is not assigned to me.

andrew-selig commented 1 year ago

Go for it @DCorneliusS

SSwiniarski commented 1 year ago

@DCorneliusS It's been a few weeks with no activity on this. Are you still working on this issue? Do you need assistance with your PR?

DCorneliusS commented 1 year ago

My honest apologies for the delay: I have been very, very busy with work over the past three weeks.

That being said, I believe I do have a markdown file ready to be pushed to the github repo only, every time I employ the git push command I get an error message saying that

remote: Permission to Codecademy/docs.git denied to DCorneliusS. fatal: unable to access 'https://github.com/Codecademy/docs.git/': The requested URL returned error: 403 My suspicion is that error message is due to me using https and not ssh to access the remote repo, but I am not sure.

Thank you for any help on the matter, and apologies for the delay.

Kind regards, --DC


From: SSwiniarski @.> Sent: 05 February 2023 10:22 To: Codecademy/docs @.> Cc: Dan-Cornelius Savu @.>; Mention @.> Subject: Re: [Codecademy/docs] [Edit] Cybersecurity: Multi-factor Authentication (Issue #1438)

@DCorneliusShttps://can01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FDCorneliusS&data=05%7C01%7Cdan-cornelius.savu%40mail.mcgill.ca%7Cc91206060ab84741e94e08db078cc276%7Ccd31967152e74a68afa9fcf8f89f09ea%7C0%7C0%7C638112073354346421%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=Dv6f6RyX4CWqQPkCW8pHNAshUbcJizsUD2EXCx%2B7OmY%3D&reserved=0 It's been a few weeks with no activity on this. Are you still working on this issue? Do you need assistance with your PR?

— Reply to this email directly, view it on GitHubhttps://can01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FCodecademy%2Fdocs%2Fissues%2F1438%23issuecomment-1418035639&data=05%7C01%7Cdan-cornelius.savu%40mail.mcgill.ca%7Cc91206060ab84741e94e08db078cc276%7Ccd31967152e74a68afa9fcf8f89f09ea%7C0%7C0%7C638112073354346421%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=wa5lzoBnwgZiKNaCl0qpEabJpnZye1rcBj6YtfmR66w%3D&reserved=0, or unsubscribehttps://can01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FA3CMKLXD3OZOWUOKJELLWPDWV7ASLANCNFSM6AAAAAATRB576Q&data=05%7C01%7Cdan-cornelius.savu%40mail.mcgill.ca%7Cc91206060ab84741e94e08db078cc276%7Ccd31967152e74a68afa9fcf8f89f09ea%7C0%7C0%7C638112073354346421%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=9OOdzy7Q8hI9C%2BjjGOb0qPpEHYGcd%2FliyQ4IUSyEA5E%3D&reserved=0. You are receiving this because you were mentioned.Message ID: @.***>

yangc95 commented 1 year ago

@DCorneliusS it's because you're trying to push up to the Codecademy Docs repo. You'll need to fork of it first and then clone your forked version.

See the following for more info on forks: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks

SSwiniarski commented 1 year ago

@DCorneliusS It's been another two weeks with no activity on this. Have you solved your problem? Do you need further assistance?

SSwiniarski commented 1 year ago

Linking the PR here because GitHub is having trouble linking the issue.