Ziyardeen Alhassanziyardeen.hashnode.dev·Aug 16, 2024Solving Appwrite Cors issue on Iphone devicesHow I Solved CORS Issues on iPhone When Using Appwrite Introduction In this blog post, I’ll walk you through a problem I encountered while developing a web application using Appwrite, a powerful backend-as-a-service platform. The app worked flawlessl...Appwrite
Akshat Vishwakarmaakshatv.hashnode.dev·Mar 21, 2023Next.js Phone Authentication with FirebaseIn this digital age, authentication is an integral part of any web application. While traditional email and password authentication is still widely used, phone authentication is becoming increasingly popular due to its ease and security. In this blog...3.7K readsNext.js
Faizan Pashafaizanpasha.hashnode.dev·Oct 2, 2022Phone Auth with Express and Node.jsA simple web tutorial to make a Phone Auth API with express using node. Sign In user with Phone Number and OTP without Firebase or AWS Amplify. I'm using Twilio in this example you could use any SMS provider. Dependencies needed Twilio call the ...1 like·102 readsPhone Auth