Mohammed Shakeelmaster-webdevelopment.hashnode.dev·20 hours agoUser Authentication Level 5:In this guide, we'll explore Level 5 User Authentication, integrating local authentication (email and password) with Google OAuth. This implementation leverages industry standards to secure user data while offering seamless login options. Key Feature...OAuth2
Abhijeet DaveforfreeCodeCampfreecodecamp.org·Dec 3, 2024How to Set Up Google Authentication in Laravel ApplicationsIn this digital world, it’s important for your applications to have a smooth and secure authentication process. This helps improve user experience and the overall security of your apps. Google Authentication is among the most trusted and convenient w...Laravel
Anshumanhashnode.ssh-i.in·Oct 20, 2024How to Secure SSH on Any Linux Server using PAM and Google AuthenticatorBy default, SSH relies on passwords for authentication, though most security guidelines recommend switching to SSH keys for stronger protection. However, despite being more secure, SSH keys still represent only a single factor of authentication. The ...Linux
Mukul Aryalblog.mukul.com.np·Aug 26, 2024Understand how Google Authenticator works by building a Django AppHave you ever used apps like Google Authenticator and Microsoft authenticator for two-factor authentication? These applications provide an easy-to-use and safe method for authenticating your account across many different websites. You may want to int...114 readsDjango
Sulley Abdul Latifdevcity.hashnode.dev·Jun 9, 2024Don't Lose Access: A Friendly Reminder About GitHub 2FAHey coders! Have you ever gotten that sinking feeling when you realize you can't access your GitHub account? It happened to me recently, and let me tell you, it's not fun. The culprit? Not saving my 2FA recovery phrase. Here's the deal: Two-factor au...2FA
Micheal Davidmichealcodes.hashnode.dev·Sep 19, 2023Implementing a model for Google authentication with DjangoTo implement a model for Google authentication with Django, you generally don't need a custom model specifically for Google authentication. Instead, you can use Django's built-in User model or a custom user model, and then use third-party packages li...Devops