Best of AuthenticationApril 2023

  1. 1
    Article
    Avatar of bytebytegoByteByteGo·3y

    Password, Session, Cookie, Token, JWT, SSO, OAuth - Authentication Explained - Part 1

    Password, Session, Cookie, Token, JWT, SSO, OAuth - Authentication Explained - Part 1. We discuss the problems each method solves and how to choose the right authentication method for our needs. The diagram below shows where these methods apply in a typical website architecture and their meanings.

  2. 2
    Article
    Avatar of bytebytegoByteByteGo·3y

    EP55: Top 7 ChatGPT Developer Hacks

    A good engineer needs to recognize how data structures are used in our daily lives. Engineers should be aware of these data structures and their use cases to create effective and efficient solutions. Message brokers play a crucial role when building distributed systems or microservices to improve their performance, scalability and maintainability.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    Next.js User Authentication and Authorization

    Learn how to implement secure user authentication and authorization in your Next.js app using NextAuth.js, a library that simplifies the process and provides various authentication providers and methods.

  4. 4
    Article
    Avatar of systemweaknessSystem Weakness·3y

    Web Fundamentals | JWT Attacks

    Learn about JWTs, the impact of JWT attacks, and accepting arbitrary signatures.

  5. 5
    Article
    Avatar of devtoDEV·3y

    Make a Dream Todo app with Novu, React and Express! ✅

    Learn how to make a todo app with Novu, React, and Express, connect to a database using MongoDB, send SMS and email notifications, set up authentication, deploy the app, implement dark/light mode, manage and delete todos, access the quotes page and in-app notifications center, and sign up and sign in to the app.

  6. 6
    Article
    Avatar of medium_jsMedium·3y

    Implementing Access Control in React Apps: A Complete Guide

    Learn about access control lists (ACLs) and how they are implemented in React apps. Understand their purpose and how they work.

  7. 7
    Article
    Avatar of amplicationAmplication·3y

    Introducing Amplication's Service Wizard: The Ultimate Solution for Hassle-Free Backend Setup

    Amplication's Service Wizard allows you to sync your services with GitHub automatically. You’ll be guided through the process, making connecting your service to GitHub quick and easy. The wizard handles the necessary configurations, saving you time and effort. Amplication understands the importance of authentication in modern applications.

  8. 8
    Article
    Avatar of communityCommunity Picks·3y

    Building a React Login Page Template

    Learn how to create a secure login page for your React app with authentication, input validation, and styling. Discover the benefits of using React for building web apps and the importance of authentication in web applications.

  9. 9
    Article
    Avatar of thevergeThe Verge·3y

    Google Authenticator finally, mercifully adds account syncing for two-factor codes

    Google Authenticator adds account syncing for two-factor codes to your Google account. If you set up a new phone and log in to your account, Authenticator will be ready to go without requiring its own setup process. This also means if you lose your phone or it’s stolen, getting back into your accounts from another device will be less of a nerve-racking.

  10. 10
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Protect Your PWA – Web App Security Best Practices

    Progressive Web App is a type of web application that uses the latest web tech to deliver a user experience similar to that of a native mobile app. As with any application, PWAs can be vulnerable to security threats, which can compromise user data and damage the reputation. Use HTTPS and SSL/TLS to secure your PWA.