Nitish singhsinghnitish.hashnode.dev·Nov 10, 2024Web Application AuthenticationHey! I’m back with another exciting article on Authentication. It is basically checking or making sure that the information is passed on to the correct user. In web applications like simple landing pages, we do not need to use authentication because ...Discussauthentication
Pragnesh Ghodaandroidacademic.hashnode.dev·Oct 30, 2024Crack the OTP Code: Easy SMS Reading Techniques for Android DevelopersIn today’s mobile-first world, seamless user experiences are crucial, especially regarding authentication. One common method is using One-Time Passwords (OTPs) sent via SMS. But how can you read these SMS messages and extract the OTP effortlessly in ...DiscussRead SMS
Abishek Reddycaptain0205.hashnode.dev·Oct 29, 2024User Registration with OTP verificationIn this article we’ll learn how to perform user registration with OTP verification. This is a beginner level article but you need to have basic knowledge about django and django rest framework. If you’re not aware those, you can refer following tutor...Discuss·78 readsDjango registration system
Om Vastredevom04.hashnode.dev·Jul 22, 2024How to Send Emails in Flutter Using SMTP: A Simplest GuideSo many times we need to add email sending functionality to our flutter app, for that SMTP is first solution that comes in mind. There are various ways to send email programmatically but I'm sharing the simplest I found. I used it to send OTP to emai...Discuss·1 likeFlutter HelpFlutter
Ashutosh Singhcodeaashu.hashnode.dev·Jun 7, 2024Building an OTP-Based Login System in CIntroduction Introduce the concept of an OTP-based login system and its importance in enhancing security for user authentication. Code Overview Explain the structure of the code and its key components: User Structure: Define a structure to store use...DiscussC
Nipun Hegdecodecloudcapital.hashnode.dev·May 18, 2024How to Send Email Notifications and OTPs Using Spring BootIn today's digital age, email notifications and One-Time Passwords (OTPs) have become essential for enhancing user engagement and security. Spring Boot, with its robust and easy-to-use framework, makes implementing these features straightforward. In ...Discussemail
M Gmg1.hashnode.dev·Mar 21, 2024User Authentication with free phone number verification in React JSIn today's digital landscape, user authentication plays a crucial role in ensuring the security and integrity of online platforms. With the increasing emphasis on user privacy and data protection, businesses are constantly seeking efficient and relia...Discussphone number verification
M Gmg1.hashnode.dev·Mar 20, 2024Node JS API for Sending Free SMS OTPIn the realm of user authentication, the demand for secure and seamless solutions continues to grow. Phone.Email introduces an innovative approach with its OTP API, providing a cost-effective means of phone verification. This blog delves into the key...Discuss·117 readsOTP Verification
SIDDHIPRADA MOHAPATROsiddhipradamohapatro.hashnode.dev·Jan 30, 2024Getting Started with Twilio: A Comprehensive GuideIntroduction In the ever-evolving landscape of communication and technology, Twilio has emerged as a powerful platform that enables developers to integrate messaging, voice, and video functionalities into their applications. Whether you're building a...Discusstwillo
Pushpa Malipushpamali.hashnode.dev·Jan 27, 2024Simplifying Phone Number Verification using OTP in Java & Spring BootIntroduction: In today's digital era, securing user information is of utmost importance. One common method of enhancing security is by verifying user phone numbers through One-Time Passwords (OTPs). In this blog post, we'll explore how to implement p...Discuss·193 readsJava