request.js VS webauthn-ruby

Compare request.js vs webauthn-ruby and see what are their differences.

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
request.js webauthn-ruby
11 5
366 622
0.8% 1.3%
5.3 5.9
25 days ago about 2 months ago
JavaScript Ruby
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

request.js

Posts with mentions or reviews of request.js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-29.
  • Help importing fetch on stimulus
    1 project | /r/rails | 24 Mar 2023
    For some extra help with crsf tokens. I would recommend the request.js library in the rails GitHub. https://github.com/rails/request.js
  • Build a Table Editor with Trix and Turbo Frames in Rails
    1 project | dev.to | 2 Nov 2022
    We will now connect our toolbar's table button to the server-side controller action we have just written. To do this, we first need to bring Rails' request.js library into the project. This library will help us administer post requests from the client, including proper CSRF-tokens, etc.:
  • how to implement a bootstrap dropdown in a button
    2 projects | /r/rails | 29 Aug 2022
    Then, you will need to use fetch or other libs like rails/request.js (https://github.com/rails/request.js) to send a patch request with formData to your model's update path (usually something like /fruits), this is to update your model data. If you are using scaffolded controller, you should have respond_to js configured for you by default. If not, remember to add respond_to :js to your controller, and list data attributes you wanted to return from the server.
  • Reactiveness In Rails
    2 projects | /r/rails | 23 Aug 2022
    Stimulus and request.js should get you about 90% of the way for your example
  • Pagination and infinite scrolling with Rails and the Hotwire stack
    7 projects | dev.to | 4 Feb 2022
    One way to work around this is described in Dale’s article. In it, a Stimulus controller and request.js are used to insert a Turbo Stream header into GET requests, getting Turbo to see the request as a Turbo Stream request despite not originating from a form submission.
  • Is it possible to trigger turbo_stream update from Stimulus controller?
    1 project | /r/rails | 9 Jan 2022
    The Rails.ajax function comes from the @rails/ujs package, which isn't Turbo-aware. You should be using @rails/request.js instead, which can execute Turbo Stream commands:
  • Rails 7.0 has been released
    4 projects | /r/ruby | 16 Dec 2021
    It's not part of Hotwire, but supplemental for when you want to make AJAX requests from Stimulus or whatever. https://github.com/rails/request.js
  • Using stimulus to fetch api in ajax manner
    1 project | /r/rails | 15 Nov 2021
    So with our applications we've started using request.js to make JS based requests to the applications, it's super handy and very easy to use.
  • Infinite Scroll with HOTWire - Part 2: Adding Stimulus
    2 projects | dev.to | 17 Oct 2021
    request.js is a minimalistic JavaScript pacakge that is set to replace Rails UJS in the near future. We will be using it to fetch new pages from the server. Let's install the package
  • Multi-Factor Authentication for Rails with WebAuthn and Devise
    10 projects | dev.to | 5 Oct 2021
    First, we will add the necessary NPM packages. We will use @github/webauthn-json as a nice wrapper for the WebAuthn API and @rails/request.js for easier requests to the backend (with built-in Turbo Stream support).

webauthn-ruby

Posts with mentions or reviews of webauthn-ruby. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-24.

What are some alternatives?

When comparing request.js and webauthn-ruby you can also consider the following projects:

hotwire-example-template - A collection of branches that transmit HTML over the wire.

webauthn-with-devise - The companion app for the article "Secure authentication for Rails with WebAuthn and Devise"

vite_ruby - ⚡️ Vite.js in Ruby, bringing joy to your JavaScript experience

devise-2fa - Devise 2FA with Time Based OTP/rfc6238 tokens and encrypted secrets.

fido2-net-lib - FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET

webauthn-json - 🔏 A small WebAuthn API wrapper that translates to/from pure JSON using base64url.

devise-otp - Two Factors authentication for Devise using Time Based OTP/rfc6238 tokens.

fido2 - Open-source FIDO server, featuring the FIDO2 standard. https://demo4.strongkey.com/getstarted/#/openapi/fido

flutter-passkeys - Flutter packages to enable passkey authentication (based on WebAuthn / FIDO2).

Devise - Flexible authentication solution for Rails with Warden.