OAuth2 examples for Deno

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

  • Thoughts on FastAPI Users

    1 project | /r/FastAPI | 31 May 2023
  • Is it really advisable to try to run fastapi with predominantly sync routes in a real world application?

    7 projects | /r/FastAPI | 13 Apr 2023
  • JWT Auth Library Issue

    2 projects | /r/FastAPI | 20 Mar 2023
  • Ideas for Svelte + Python backed + social auth

    1 project | /r/sveltejs | 17 Dec 2022
  • Is there a simple but robust authentication library I can use with FastAPI?

    1 project | /r/learnpython | 26 Oct 2021