-
When trying this crate out with rails 5 sessions, it's unable to currently parse them. While newer versions of rails send sessions in the format of `cipher_text--iv--auth_tag`, Rails 5 does it a bit d…
-
### Describe the bug
I'm trying to figure out how to integration Rails 8's new built-in/generated authentication with Avo and it's a bit of a struggle.
### Steps to Reproduce
Steps to reproduce the …
-
### Configuration
- Provider Gem: `omniauth-oauth0`
- Ruby Version: `2.7.8`
- Framework: `Rails 6.0`
- Platform: `Debian 12`
### Expected Behavior
I am making the user login on my Fronte…
-
We'd like to move to a single master starter template, but have all major options available for users.
By evolution and iteration, we've learned that there are 3 types of starters:
1. Lightweigh…
-
[troubleshooting section]: https://js-from-routes.netlify.app/faqs/
- [x] I have tried upgrading by running `bundle update js_from_routes`.
- [x] I have read the __[troubleshooting section]__ befo…
-
Ransack version: >= 4.0
Rails: >= 7.x
Possible scenario when the issue occurs:
```ruby
class Article < ApplicationRecord
def self.ransackable_attributes(auth_object = nil)
[ :title ]
…
-
Hi,
I am trying to install graphql-auth with the following:
rails (6.0.3.2)
devise (4.7.2)
graphql (1.11.3)
jwt (1.5.6)
When I run rails g graphql_auth:install, I face the following error:
…
-
mission control has this nice feature:where you could override the base class of its controller
```
Rails.application.configure do
MissionControl::Jobs.base_controller_class = "MissionControlCo…
-
I am using the following code :
require 'oauth'
require 'net/http'
require 'uri'
require 'json'
require 'securerandom'
require 'openssl'
class SchemeDataImporter
attr_reader :script_id, :d…
-
Hey guys, I am tring to use the framework React on Rails with devise otken auth lib, I need to pass the authorization headers as cookies to use server side `:authenticate_api_user!` and `current_api_u…