How to implement Authentication with GraphQL and Redis

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • startergraphqlserver

  • As usual, I start from Ben Awad's command npx create-graphql-api graphql-auth-example or clone this starter GitHub repo.

  • node-argon2

    Node.js bindings for Argon2 hashing algorithm

  • We make sure to hash the password using argon2 before storing itπŸ”

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • blogpostsGraphQL

    The code for my article on creating a CRUD-project with graphQL! πŸ€

  • lastnameswayne/blogpostsGraphQL

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Quick notes on cryptography for js devs

    1 project | dev.to | 20 Dec 2022
  • What is the best way to encrypt a password using NodeJS?

    1 project | /r/node | 25 Sep 2022
  • Correct parameters to migrate from Bcrypt to Argon2 for express?

    1 project | dev.to | 26 Nov 2021
  • Password hashing with bcrypt vs bcryptjs vs pgcrypto (database layer)

    1 project | /r/node | 20 Nov 2021
  • Logging in and hashing passwords in svelte

    1 project | /r/sveltejs | 13 Nov 2021