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
Nikhil AkkiPronikhilakki.in·Sep 28, 2024elixir 101Elixir is a functional, concurrent language built on the Erlang VM (BEAM), known for its fault tolerance and scalability. To get started you'll need to understand basic syntax, concurrency, pattern matching, and working with data structures. 1. Basic...DiscussElixir
Legos Lightlegos.hashnode.dev·Sep 10, 2024Khám phá Timebased OTPEnglish version here Bạn đã bao giờ tự hỏi Google Authenticator hoạt động như thế nào chưa? Hoặc từng thắc mắc làm thế nào ngân hàng có thể sử dụng token để tạo mật khẩu (mật khẩu này thay đổi liên tục theo thời gian) và người dùng có thể sử dụng mật...DiscussCryptography & BlockchainTime-based One Time Password
Samarth Srivastavasamarth-srivastava.hashnode.dev·Sep 7, 2024How to Create an NPM Package: A Step-by-Step GuideCreating and publishing your own NPM (Node Package Manager) package can be a great way to share useful code, collaborate with the open-source community, and contribute to the JavaScript ecosystem. Here’s a step-by-step guide to help you build, publis...Discussotp generator
Shawn Condonshwncndn.hashnode.dev·Aug 4, 2024Garden Telemetry : Weather APIInspired by and built upon Chapters 3 and 4 of "The Little Elixir & OTP Guidebook" by Benjamin Tan Wei Hao. The code for this project can be found here. Introduction Let's build a feature that helps track and monitor the various aspects of a large ga...DiscussGarden TelemetryElixir
Nile Bitsnilebits.hashnode.dev·Jul 3, 2024Django Passwordless Authentication: A Comprehensive Guide with Code ExamplesModern security techniques like passwordless authentication improve user experience by doing away with the necessity for conventional passwords. By using this technique, the likelihood of password-related vulnerabilities including reused passwords, b...Discuss·1 like·31 readsDjango
mamuro oyiboluawhoremamuro.hashnode.dev·Jun 30, 2024Integrating One-time Password In Django Rest FrameworkINTRODUCTION One-Time Password or One-Time Pin (OTP) is a security feature used to provide an extra layer of security for authenticating a user. A one-time password (OTP) as the name implies is a password that is used to validate one login session. T... Faithful Adeda and 1 other are discussing this2 people are discussing thisDiscuss·6 likes·91 readsDjango
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
Jackson Markrealtech.hashnode.dev·May 24, 2024One-Time Passcode (OTP) AuthenticationIn today's digital age, keeping our online accounts secure is more important than ever. With cyber threats lurking around every corner, traditional password protection often falls short. This is where One-Time Passcode (OTP) authentication steps in, ...DiscussOTP