<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shrey Gupta</title>
    <description>The latest articles on DEV Community by Shrey Gupta (@sshreeey).</description>
    <link>https://dev.to/sshreeey</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F609379%2F1728faa1-3501-4c8b-9fb0-3054a3859a99.jpg</url>
      <title>DEV Community: Shrey Gupta</title>
      <link>https://dev.to/sshreeey</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sshreeey"/>
    <language>en</language>
    <item>
      <title>Top 15 Password Alternatives with Pros and Cons</title>
      <dc:creator>Shrey Gupta</dc:creator>
      <pubDate>Mon, 12 Dec 2022 10:49:43 +0000</pubDate>
      <link>https://dev.to/mojoauth/top-15-password-alternatives-with-pros-and-cons-403d</link>
      <guid>https://dev.to/mojoauth/top-15-password-alternatives-with-pros-and-cons-403d</guid>
      <description>&lt;p&gt;The increasing amount of data breaches and cyber-attack success against password-based authentication is the biggest reason to look for password alternatives. Also, the pain of considering passwords’ do’s and don’ts is so much so that it impacts user experience that bothers both users and businesses. Using no password authentication is the best fit to combat both security and experience concerns.&lt;/p&gt;

&lt;p&gt;Let’s first dig into the frustrating do’s and don’t of passwords:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Password Do’s and Don’ts for Users&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Don’t create common passwords or use common patterns in passwords&lt;/li&gt;
&lt;li&gt;Don’t reuse passwords across accounts&lt;/li&gt;
&lt;li&gt;Don’t use short passwords&lt;/li&gt;
&lt;li&gt;Don’t write down passwords but remember them&lt;/li&gt;
&lt;li&gt;Do create complex and lengthy passwords&lt;/li&gt;
&lt;li&gt;Do store passwords in a secure location like password managers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Password Do’s and Don’ts for Businesses&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Don’t let users use common or dictionary passwords&lt;/li&gt;
&lt;li&gt;Don’t let users reuse their previous account passwords&lt;/li&gt;
&lt;li&gt;Do set policies for users to create complex passwords&lt;/li&gt;
&lt;li&gt;Do offer multi-factor authentication (MFA) to enhance the security of password-based authentication&lt;/li&gt;
&lt;li&gt;Do ensure user convenience and security&lt;/li&gt;
&lt;li&gt;Do educate users not to reuse their passwords across accounts&lt;/li&gt;
&lt;li&gt;Do invest in securing access against common password attacks like credential stuffing&lt;/li&gt;
&lt;li&gt;Do invest in hashing and encrypting the password data&lt;/li&gt;
&lt;li&gt;Do manage the cost of passwords&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Despite all the efforts that businesses put into educating users not to use common or dictionary passwords, a large number of user segments still end up creating weak and common passwords.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Top 15 Passwords Alternatives with Pros and Cons&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;There are many good alternatives to passwords that not only resolve security concerns but provide a great user experience too. The following is the list of 15 top password alternative authentication:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Fingerprint scan&lt;/li&gt;
&lt;li&gt;Facial recognition&lt;/li&gt;
&lt;li&gt;Retina scan&lt;/li&gt;
&lt;li&gt;Voice recognition&lt;/li&gt;
&lt;li&gt;Magic Link or Email Link&lt;/li&gt;
&lt;li&gt;Email OTP&lt;/li&gt;
&lt;li&gt;SMS OTP&lt;/li&gt;
&lt;li&gt;Two-factor authentication&lt;/li&gt;
&lt;li&gt;Security key authentication&lt;/li&gt;
&lt;li&gt;Social login&lt;/li&gt;
&lt;li&gt;Passkey authentication&lt;/li&gt;
&lt;li&gt;Single-sign On&lt;/li&gt;
&lt;li&gt;PIN authentication&lt;/li&gt;
&lt;li&gt;Pattern authentication&lt;/li&gt;
&lt;li&gt;Keystroke authentication&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Read more about password alternatives in detail on our &lt;a href="https://mojoauth.com/blog/password-alternatives/"&gt;blog here&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>password</category>
      <category>passwordles</category>
      <category>authentication</category>
      <category>biometrics</category>
    </item>
    <item>
      <title>Medium, Slack and Notion provide a better alternative for Social Logins to their Users</title>
      <dc:creator>Shrey Gupta</dc:creator>
      <pubDate>Thu, 08 Dec 2022 11:01:38 +0000</pubDate>
      <link>https://dev.to/mojoauth/medium-slack-and-notion-provide-a-better-alternative-for-social-logins-to-their-users-3hem</link>
      <guid>https://dev.to/mojoauth/medium-slack-and-notion-provide-a-better-alternative-for-social-logins-to-their-users-3hem</guid>
      <description>&lt;p&gt;After the popularity of social media platforms like Facebook, Twitter and LinkedIn, social login got popular. A lot of web and mobile applications adopted the social login, these all provide login over OAuth 2 protocol. &lt;/p&gt;

&lt;p&gt;After a few years OpenID initiative came into the picture and providers like Google, Yahoo, Myspace, and StackExchange started offering this, but due to the lack of data points and security flaws this declined, and providers like Google and Yahoo started offering OAuth login.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://mojoauth.com/blog/medium-slack-and-notion-provide-better-alternative-of-social-logins-to-their-users/" rel="noopener noreferrer"&gt;Read On&lt;/a&gt;&lt;/p&gt;

</description>
      <category>career</category>
      <category>beginners</category>
      <category>cleancode</category>
    </item>
    <item>
      <title>What is Passkey?</title>
      <dc:creator>Shrey Gupta</dc:creator>
      <pubDate>Thu, 01 Dec 2022 10:50:56 +0000</pubDate>
      <link>https://dev.to/mojoauth/what-is-passkey-21bm</link>
      <guid>https://dev.to/mojoauth/what-is-passkey-21bm</guid>
      <description>&lt;p&gt;Passkey authentication solves the problem of password logins. Passwords are not only difficult to remember, but they are also easy to forget and can be guessed by criminals. Passkey authentication is a solution that provides a more secure way for users to access online services. It allows users to authenticate themselves by entering a pin or scanning their fingerprint, both of which are difficult to guess or steal from the user’s device.&lt;/p&gt;

&lt;p&gt;Tech giants such as Apple, Google, and PayPal have already started to embrace password-free authentication method—passkey—that eliminates the need for using passwords during signup or logins.&lt;/p&gt;

&lt;p&gt;Learn everything about - what passkey is, how passkey authentication works, how to recover a passkey, and how passkey is different from password. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://mojoauth.com/blog/what-is-passkey/"&gt;Read On&lt;/a&gt;&lt;/p&gt;

</description>
      <category>passkey</category>
      <category>passwordless</category>
      <category>webauthn</category>
      <category>biometrics</category>
    </item>
    <item>
      <title>Top 10 Biggest Data Breaches of 2022 and Learnings From Them</title>
      <dc:creator>Shrey Gupta</dc:creator>
      <pubDate>Tue, 22 Nov 2022 11:05:09 +0000</pubDate>
      <link>https://dev.to/mojoauth/top-10-biggest-data-breaches-of-2022-and-learnings-from-them-18k3</link>
      <guid>https://dev.to/mojoauth/top-10-biggest-data-breaches-of-2022-and-learnings-from-them-18k3</guid>
      <description>&lt;p&gt;Here is a list of the biggest data breaches of 2022 and what organizations should learn from them. Also, the blog has 9 cybersecurity tips that every organization or startup must include in their go-to cybersecurity plan for 2023.&lt;/p&gt;

&lt;p&gt;Top 10 Data Breaches in 2022&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Block Data Breach&lt;/li&gt;
&lt;li&gt;Flagstar Bank Data Breach&lt;/li&gt;
&lt;li&gt;ICRC (International Committee of the Red Cross) Data Breach&lt;/li&gt;
&lt;li&gt;Toyota Data Breach&lt;/li&gt;
&lt;li&gt;Twitter Data Breach&lt;/li&gt;
&lt;li&gt;Neopets Data Breach&lt;/li&gt;
&lt;li&gt;Singtel Optus Data Breach&lt;/li&gt;
&lt;li&gt;Medibank Data Breach&lt;/li&gt;
&lt;li&gt;Ronin Data Breach&lt;/li&gt;
&lt;li&gt;Crypto.com Data Breach&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Read more about each data breaches in details and what to learn from these &lt;a href="https://mojoauth.com/blog/top-data-breaches-and-learnings-from-them/"&gt;data breaches here&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>databreach</category>
      <category>cyberattacks</category>
      <category>datatheft</category>
    </item>
    <item>
      <title>Passkeys: FIDO’s new mission to completely remove passwords</title>
      <dc:creator>Shrey Gupta</dc:creator>
      <pubDate>Fri, 18 Nov 2022 11:28:50 +0000</pubDate>
      <link>https://dev.to/mojoauth/passkeys-fidos-new-mission-to-completely-remove-passwords-2h00</link>
      <guid>https://dev.to/mojoauth/passkeys-fidos-new-mission-to-completely-remove-passwords-2h00</guid>
      <description>&lt;p&gt;Passkey is an easy and much more secure way to log in or sign up without any passwords. Passkeys are developed by FIDO Alliance and the World Wide Web Consortium in order to offer users a straightforward and interoperable infrastructure for passwordless authentication.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Passkeys - Explained!&lt;/strong&gt;&lt;br&gt;
Passkeys are cryptographic login credentials that replace the need for passwords by requiring either biometric verifications, like fingerprint scan or facial recognition or a PIN or pattern or plug-in authentications, like smart cards.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Also, passkeys replace passwords and two-factor authentication in a single step, making the user experience seamless.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Compared to password-based authentication, passkeys make it more seamless and secure for users to connect to websites and apps. In conventional password-based authentications, a password is created during registration or signup, encrypted, and stored on a server. When logging in, the user enters their password, and the server verifies it by comparing it to a stored password hash.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;However,&lt;/em&gt; the idea of keeping user credentials on a server no longer exists with passkeys. Passkeys establish a secure and reliable authentication channel by generating cryptographic key pairs (public key and private key) that can connect the user and the respective application. With passkeys, user credentials can be verified using either,&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;An in-built authenticator (eg: biometric device)&lt;/li&gt;
&lt;li&gt;An external or roaming authenticator (eg: mobile phones)&lt;/li&gt;
&lt;li&gt;An authenticator that is plugged in (eg: USB or smartcard)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Read more on Passkeys, How it works, Are they secure, Benefit of Passkeys in detail &lt;a href="https://mojoauth.com/blog/passkeys-fido-new-mission-to-remove-passwords/" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>beginners</category>
    </item>
    <item>
      <title>20+ Best SaaS Black Friday Deals For 2022</title>
      <dc:creator>Shrey Gupta</dc:creator>
      <pubDate>Mon, 07 Nov 2022 11:10:43 +0000</pubDate>
      <link>https://dev.to/mojoauth/20-best-saas-black-friday-deals-for-2022-19lh</link>
      <guid>https://dev.to/mojoauth/20-best-saas-black-friday-deals-for-2022-19lh</guid>
      <description>&lt;p&gt;Black Friday deals are known to be customer’s fiestas, one of the busiest and most profitable times of year for SaaS buyers. Given its exciting deals and offers, Black Friday is undoubtedly the best time to consider if you’re willing to try or purchase any SaaS application at the most exciting prices.&lt;/p&gt;

&lt;p&gt;Here is a curated list of Black Friday SaaS deals 2022 for you to get an idea of what Black Friday offers this season. All you have to do is choose the application, service, or product you seek and take advantage of these best SaaS deals to make great cost savings.&lt;/p&gt;

&lt;p&gt;Here is a list of some Black Friday SaaS deals curated by MojoAuth for 2022. Make sure to check them out and grab best offers.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://mojoauth.com/blog/best-black-friday-saas-deals/"&gt;Read here to get the full list&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>blackfriday</category>
      <category>cybermonda</category>
      <category>saas</category>
      <category>saasdeals</category>
    </item>
    <item>
      <title>MojoAuth is all set for Hacktoberfest 2021 (contribute &amp; earn swag)</title>
      <dc:creator>Shrey Gupta</dc:creator>
      <pubDate>Tue, 28 Sep 2021 13:39:11 +0000</pubDate>
      <link>https://dev.to/sshreeey/mojoauth-is-all-set-for-hacktoberfest-2021-contribute-earn-swag-1mim</link>
      <guid>https://dev.to/sshreeey/mojoauth-is-all-set-for-hacktoberfest-2021-contribute-earn-swag-1mim</guid>
      <description>&lt;p&gt;Hacktoberfest 2021 is an annual, month-long event hosted by DigitalOcean in October to make open source more fun and exciting. We’re excited to be a part of this year’s edition.&lt;/p&gt;

&lt;p&gt;For the first time, we’re open sourcing some of the MojoAuth repositories for anyone to contribute and closely understand how we deliver a world-class passwordless solution for application developers and businesses.&lt;/p&gt;

&lt;p&gt;No matter who and where you are, you’re most welcome to contribute to our open source projects or any one of the projects participating in Hacktoberfest 2021, for that matter.&lt;/p&gt;

&lt;p&gt;It is an opportunity for everyone new or actively participating to showcase their love and passion for open source with their contributions. It is the easiest and most welcoming way to get involved in open source communities and win some cool swag for fun.&lt;/p&gt;

&lt;p&gt;Read more here: &lt;a href="https://mojoauth.com/hactoberfest"&gt;https://mojoauth.com/hactoberfest&lt;/a&gt;&lt;/p&gt;

</description>
      <category>hacktoberfest</category>
      <category>opensource</category>
    </item>
    <item>
      <title>How to Participate in Hacktoberfest 2021 &amp; win LoginRadius Swags</title>
      <dc:creator>Shrey Gupta</dc:creator>
      <pubDate>Fri, 24 Sep 2021 10:52:52 +0000</pubDate>
      <link>https://dev.to/sshreeey/how-to-participate-in-hacktoberfest-2021-win-loginradius-swags-5b6i</link>
      <guid>https://dev.to/sshreeey/how-to-participate-in-hacktoberfest-2021-win-loginradius-swags-5b6i</guid>
      <description>&lt;h2&gt;
  
  
  What is Hacktoberfest 2021?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://hacktoberfest.digitalocean.com/"&gt;Hacktoberfest 2021&lt;/a&gt; is the 8th edition of Hacktoberfest hosted by &lt;a href="https://www.digitalocean.com/"&gt;DigitalOcean&lt;/a&gt;. It is an open source festival celebrated during October every year, encouraging people worldwide to actively participate and contribute to open source projects hosted across GitHub and GitLab.&lt;/p&gt;

&lt;p&gt;In fact, Hacktoberfest 2020 had attracted 169,886 participants and 116,361 participating open source repositories, representing 135 countries.&lt;/p&gt;

&lt;p&gt;You can simply &lt;a href="https://hacktoberfest.digitalocean.com/"&gt;register yourself here&lt;/a&gt; and start contributing to any participating open source project from Oct 01 - Oct 31. And if you meet the &lt;a href="https://hacktoberfest.digitalocean.com/resources/participation"&gt;contribution criteria&lt;/a&gt; set by DigitalOcean, you’ll receive a Hacktoberfest t-shirt from DigitalOcean!&lt;/p&gt;

&lt;p&gt;Additionally, if you make successful contributions to &lt;a href="https://github.com/LoginRadius"&gt;LoginRadius open source projects&lt;/a&gt;, you’ll separately receive a LoginRadius branded Hacktoberfest t-shirt from us, recognizing and thanking you for your valuable contributions.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Contribute?
&lt;/h2&gt;

&lt;p&gt;The exciting part about being involved in the open source community is that no matter how small or big your contributions are, the community will welcome your efforts and collaborate with you positively, sharing feedback and expressing gratitude.&lt;/p&gt;

&lt;p&gt;Especially with &lt;a href="https://github.com/LoginRadius"&gt;LoginRadius open source projects&lt;/a&gt;, your contributions can make a big difference! We also try making your collaboration with us more enjoyable.&lt;/p&gt;

&lt;h3&gt;
  
  
  Repositories for Contributing
&lt;/h3&gt;

&lt;p&gt;You can also easily find issues with the &lt;strong&gt;hacktoberfest&lt;/strong&gt; label in order to know which repositories are seeking contributions. Or, you can simply &lt;a href="https://www.google.com/url?q=https://github.com/search?q%3Dorg%253ALoginRadius%2Blabel%253Ahacktoberfest%2Btype%253Aissue&amp;amp;sa=D&amp;amp;source=editors&amp;amp;ust=1632394834688000&amp;amp;usg=AOvVaw0wYGvdlJspvM887yP750Ms"&gt;click here&lt;/a&gt; to find all the issues needing contribution.&lt;/p&gt;

&lt;p&gt;That all being out of the way, here are the open source projects for which we’re seeking your valuable contributions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/LoginRadius/lr-cli"&gt;LoginRadius CLI&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/LoginRadius/engineering-portal"&gt;Async Blog&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/LoginRadius/docs"&gt;LoginRadius Docs&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/LoginRadius/idx-auto-tester"&gt;IDX Auto Tester&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/LoginRadius/awesome-test-cases-collection"&gt;Awesome Test Cases Collection&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/LoginRadius/go-saml"&gt;Go SAML&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/LoginRadius/business-email-validator"&gt;Business Email Validator&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/LoginRadius/egnature"&gt;Egnature&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/LoginRadius/ps-softlist"&gt;PS Softlist&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Please note that each project will have specific guidelines on how to contribute in general and raise pull requests. Also, each project will have issues listed that you can pick and work on.&lt;/p&gt;

&lt;h2&gt;
  
  
  Win Swag
&lt;/h2&gt;

&lt;p&gt;By actively participating in Hacktoberfest, you make the open source community more sustainable, and, in turn, this makes you feel at home. Empowering one another is what best depicts the open source philosophy and is a reward in itself.&lt;/p&gt;

&lt;p&gt;Visit &lt;a href="https://www.loginradius.com/blog/async/hacktoberfest-2021/"&gt;our article&lt;/a&gt; and fill the form from there to get more details about swags.&lt;/p&gt;

&lt;p&gt;Let’s have fun with Hacktoberfest 2021!&lt;/p&gt;

</description>
      <category>hacktoberfest</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
