Google OAuth2 with Fastify + TypeScript From Scratch

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
  • fastify-oauth2

    Enable to perform login using oauth2 protocol

  • There were several options on the table, but 2 options were more serious than the others. The first option is to use the @fastify/fastify-oauth2 package. The second option is to use Google Auth Library.

  • Live Server

    A simple development http server with live reload capability.

  • Now serve this basic page on port 4000 (You can use in-built Live Server if you are using Visual Studio Code OR You can use Live Server package)

  • 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
  • GitHub Repository

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

  • 5 Node.js security code snippets every backend developer should know

    1 project | dev.to | 29 Feb 2024
  • Migrate Your Express Application to Fastify

    12 projects | dev.to | 5 Jul 2023
  • To use multiple env files for each environment or not? What is your take on this? How are you implementing this?

    3 projects | /r/node | 22 Jun 2023
  • Advanced Fastify: Hooks, Middleware, and Decorators

    4 projects | dev.to | 31 May 2023
  • HELP: How do you secure REST APIs for modern front-ends?

    3 projects | /r/node | 15 Mar 2023