Scofield IdehenforLearnHub Bloglearnhubafrica.hashnode.dev·Sep 4, 2023Top 10 Password Hacking Tools for 2023: A Wake-Up Call for CybersecurityCybersecurity has become more crucial than ever in our increasingly digital world. As more of our personal and professional data is stored online, there is an added risk of that data being compromised through hacking. Understanding the latest hacking...Discuss·1 likehacking
Bobur Umurzokovboburadvocate.hashnode.dev·Jul 27, 2023Easy Passwordless Login Experience with Magic Links and AuthgearMagic links reduce the risk of password-related vulnerabilities. Passwords can be weak, reused across multiple accounts, or easily guessed by hackers using brute-force attacks. Magic links, on the other hand, are time-sensitive and unique to each log...Discuss·2 likesauthentication
Subhra Jyoti Baroisubhrajyotibaroi.hashnode.dev·Jun 30, 2023CloudSharePlus: Document Sharing App, Passage by 1Password Integration With Appwrite.Introduction CloudSharePlus is an innovative online document-sharing platform that eliminates the hassle of remembering passwords and empowers seamless collaboration. In this blog, I will take you through the inspiration, product details, challenges ...Discuss·43 likes·174 readsAppwrite
Arnaud Dagneliesblog.passwordless.id·Jun 26, 2023FastAPI - Authentication demo with Passwordless.IDThis minimal example shows an integration between FastAPI and Passwordless.ID. Source code: https://github.com/passwordless-id/fast-api-demo Running it To run it: uvicorn main:app And open http://localhost:8000/docs For authentication, you can choos...DiscussFastAPI
Arnaud Dagneliesblog.passwordless.id·Jun 22, 2023Spring Boot - Authentication demo with Passwordless.IDThis minimalistic repository shows how to use Passwordless.ID to authenticate users. Demo source code: https://github.com/passwordless-id/spring-boot-demo Dependencies Spring Boot already has everything needed built-in for OpenID authentication. Th...Discuss·40 readsPasswordless
Md Faizan Alamsololearner.hashnode.dev·Jun 17, 2023"Safeguarding Secrets: Empowering Password Security with Passage in my Web App"Are you tired of juggling multiple passwords for different accounts? Do you want a secure and convenient way of managing your passwords? Look no further than my latest project - a password manager built with Vite and React! In this article, I'll show...Discuss·31 likes·177 reads#howtos
Arnaud Dagneliesblog.passwordless.id·Mar 11, 2023Passwordless.ID - SessionsI'll start this blog entry with a question I received in the Discord chat last week. I would like to automatically log out the current user if there is no activity for x time. Haven't thought of the implementation, but is there an API for that? Bef...Discuss·54 readsPasswordless
SuperTokenssupertokens.hashnode.dev·Feb 24, 2023A Guide to Implementing Passwordless LoginIntroduction Passwordless authentication is becoming an increasingly popular choice for developers. Even notable names like Slack, Notion, and PayPal are all transitioning to SMS, email, or social logins for their authentication. A driving factor fo...Discuss·50 readsauthentication
PropelAuthpropelauth.hashnode.dev·Jan 23, 20235 Creative Uses of Magic LinksMagic links, also known as passwordless logins or one-time links, have become an increasingly popular way to improve the user experience and increase security for various online applications and services. Magic links typically work like this: This c...Discuss·28 readsWeb Development
Arnaud Dagneliesblog.passwordless.id·Jan 13, 2023Passwordless authentication for your website in 5 minutes!Passwordless authentication using your phone's fingerprint sensor, or face recognition using your webcam is now possible in the browser thanks to the WebAuthn protocol. It is not only more comfortable for users but also more secure since it is two-fa...Discuss·1 like·474 readsauthentication