OAuth2 examples for Deno

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • fastapi-users

    Ready-to-use and customizable users management for FastAPI

  • In the Python world, Flask and FastAPI are more performant, lighter frameworks. The FastAPI Users module looks like a good option for authentication.

  • dashport

    Local and OAuth authentication middleware for Deno

  • I tried two libraries, Dashport and deno-oauth2-client.

  • 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
  • dashport

    Authentication middleware for Deno (by ultracodemonkey)

  • Dashport aims to be like Passport.js for Deno. I had a bit of trouble getting their example code to work, so I forked the repo, fixed a few bugs and added some example code. I also posted (a slightly more developed example)[https://gitlab.com/sswam/dashport-test]. In the process, I gained a bit more experience with TypeScript.

  • The other module [deno-oauth2-client][1] works well. It's smaller and easy to use. Their example shows how to do GitHub auth. I (extended the example)[https://gitlab.com/sswam/deno-auth-test] to support Google and Facebook auth also.

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