Merge Simpsonblog.letsdev.me·Jan 31, 2025이메일 OTP 인증에서 오해하는 것들 (One-Time Password)✍️ 스터디원의 고민 공부를 쉬지 않는 스터디원들 중 한 분이, 대학에서 다른 사이드 프로젝트를 병행하시면서 꾸준히 공부 현황을 공유해 오셨습니다. 그러다가 이번에 문득 이메일 인증을 언급하셨습니다. 💬 “백엔드 쪽 이메일 인증을 만들어 놔야겠네요. 리서치가 필요할 듯합니다.” - 텐둥이, the 오랜 friend of Merge Simpson 아, 리서치! 💭 좋은 자료가 농도 높게 존재하는 주제라면 리서치에서 충분히 좋은 정보를 얻을...30 likes·147 readsOTP: One-Time Password이메일 인증
Pawan Gangwaniblogs.pgangwani.co.in·Jan 17, 2025Mocking OTP Send and Verify APIs in PlaywrightHere’s a blog post draft for mocking OTP scenarios using Playwright: Mocking APIs during end-to-end (E2E) testing ensures faster and more reliable tests by eliminating dependencies on external services. In this blog, we’ll explore how to mock OTP se...playwright
Pawan Gangwaniblogs.pgangwani.co.in·Jan 17, 2025Mocking OTP Send and Verify APIs in WebdriverIOMocking APIs in end-to-end (E2E) tests is crucial to simulate real-world scenarios while keeping your tests fast, reliable, and independent of external services. In this blog, we’ll explore how to mock OTP send and OTP verify APIs using WebdriverIO. ...Webdriver.io
SharathchandarKsharathchandark.hashnode.dev·Dec 13, 2024Unlock Security: OTP Generator with Email Verification using JavaScript#Week 31 of 52 Weeks in JavaScript Projects Overview: Secure your applications with ease! Learn how to create an Email OTP Verification App using HTML, CSS, and JavaScript in this comprehensive tutorial. 🚀🔐 ✅ Watch Live Preview 👉👉 Email OTP Verif...JavaScript
Eddi Freiterblog.freiter.com·Dec 8, 2024Simple and cost-effective MFA deployment with TOTPWritten by Eddi Freiter in collaboration with Will Neumann Organizations of all sizes are increasingly using productivity tools and applications hosted in the cloud. However, providing secure access to user information and sensitive data remains a si...MFA
SharathchandarKsharathchandark.hashnode.dev·Dec 5, 2024OTP Generator with Verification in HTML CSS and JavaScript#Week 08 of 52 Weeks in JavaScript Projects Overview: Welcome to our JavaScript OTP Generator and Verification App Coding Tutorials. In this article, we’ll walk you through a step-by-Step guide to building a fully functional unique OTP (One-Time Pass...JavaScript
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 ...authentication
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 ...29 readsRead SMS
Nikhil Akkinikhilakki.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...Elixir
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...Cryptography & BlockchainTime-based One Time Password