2024-04-05
5109
#react
Doğacan Bilgili
3495
Apr 5, 2024 ⋅ 18 min read

Adding login authentication to secure React apps

Doğacan Bilgili A software developer who is also into 3D-modeling and animation.

Recent posts:

Building A Telegram Bot With GrammY

Building a Telegram bot with grammY

Build a Telegram bot with Node.js and grammY to automate text, audio, and image responses using the Telegram API and Google Gemini.

Amazing Enyichi Agu
Feb 20, 2025 ⋅ 7 min read
Styling with the CSS box-shadow Property

Styling with the CSS box-shadow property

Use the `box-shadow` CSS property to create layered, neon, and neumorphic shadows in this detailed tutorial.

Oscar Jite-Orimiono
Feb 19, 2025 ⋅ 9 min read
Using Typescript Enums In React Native Web

A complete guide to TypeScript enums in React Native

Learn everything you need to know about how to use React Context — a great feature that enables you to manage and share state across the React application.

Kayode Adeniyi
Feb 19, 2025 ⋅ 8 min read
what are the event loop and call stack in JavaScript

What are the event loop and call stack in JavaScript?

Learn how the call stack, event loop, and various queues help JavaScript handle asynchronous operations while maintaining its single-threaded nature.

Ikeh Akinyemi
Feb 18, 2025 ⋅ 6 min read
View all posts

7 Replies to "Adding login authentication to secure React apps"

  1. Won’t
    app.use(express.static(path.join(__dirname, ‘/client/build’)))
    show the whole build/source code even if I am authenticated or not? Is there a way to only serve that if I am authenticated?

Leave a Reply