0.0
Token Authentication for Rails using JWT. Slots is designed to keep JWT stateless and minimize database calls. This is done by storing (none sensitive) data in the JWT and populating current_user with the JWT data. This allows for things like `current_user.teams` or other assocations to be called...
2020
2021
2022
2023
2024
2025
0.0
Includes utilities for authentication and password resets.
2020
2021
2022
2023
2024
2025
0.0
Fluentd plugin that store data to be forwarded, and send these when client(input plugin) requests it, over HTTPS and authentication
2020
2021
2022
2023
2024
2025
0.0
If you've recently created an API you may have felt frustrated at the removal of Devise's token authenticatable module. ArcadeX fills the void with a set of functions that act on a token class to provide authentication to an API. Enjoy!
2020
2021
2022
2023
2024
2025
0.0
Allows Devise to authenticate users from central-authentication services like LDAP and Shibboleth.
2020
2021
2022
2023
2024
2025
0.0
florence is provide a Web Authentication library in Ruby on Rails
2020
2021
2022
2023
2024
2025
0.0
An authentication gem for the pre-production (mainly) phase of the application lifecycle.
Provide a simple sign in page with a list of all users in the application.
Click on any user logins you to the application under the user.
2020
2021
2022
2023
2024
2025
0.0
Authentication solution for Ruby on Rails
2020
2021
2022
2023
2024
2025
0.0
Collection of utility, configuration, etc., for admin areas in a Rails application. Provides a boostrap environment, standard layout, authentication, and more.
2020
2021
2022
2023
2024
2025
0.0
Turns Goliath into a reverse proxy server. Useful when paired with other
middleware, such as authentication.
2020
2021
2022
2023
2024
2025
0.0
Provides common User and Role models to attach Authentication and Authorization via your preferred gem.
2020
2021
2022
2023
2024
2025
0.0
Provides SMTP STARTTLS support for Ruby 1.8.6 (built-in for 1.8.7+). Simply
require 'smtp_tls' and use the Net::SMTP#enable_starttls method to talk to
servers that use STARTTLS.
require 'net/smtp'
begin
require 'smtp_tls'
rescue LoadError
end
smtp = Net::SMTP.new address, port
...
2020
2021
2022
2023
2024
2025
0.0
TinderAuthFetcher enables you to retrieve a Facebook authentication token, which is necessary to use Tinder API
2020
2021
2022
2023
2024
2025
0.0
Cadinsor provides OAuth like authentication to validate requests from your client apps to your backend Rails application.
2020
2021
2022
2023
2024
2025
0.0
Users authentication in console and their activity tracking
2020
2021
2022
2023
2024
2025
0.0
Server-side iOS GameKit/Game Center player authentication using the "Identity Verification Signature" provided by the method generateIdentityVerificationSignatureWithCompletionHandler in Apple's GameKit framework
2020
2021
2022
2023
2024
2025
0.0
Manage rules engine users and authentication
2020
2021
2022
2023
2024
2025
0.0
Adds NTLM authentication support for Net::HTTP using rubyntlm
2020
2021
2022
2023
2024
2025
0.0
A command-line client for manipulating large Twitter lists in the shell, shell scripts, etc.
Currently supports
------------------
- OAuth authentication
- Showing a users's followers/following
- Following and unfollowing users
- Showing, adding, and removing a members from a list
2020
2021
2022
2023
2024
2025
0.0
This library makes it possible to print via IDBD-HE07/08-BE07 ethernet I/F Card by ruby command. According to user manual's Raw Socket Print document, this library is developed. Currently this supports only Raw Socket Print(TCP Port 9100), Gets Printer Status(TCP Port 9101) and Reset with authent...
2020
2021
2022
2023
2024
2025