-
All installed ok, but unable to connect to my Keycloak identity provider. Config:
```
Rails.application.config.middleware.use OmniAuth::Builder do
provider :open_id, :store => OpenID::Store::Fi…
-
```
Steps to reproduce:
1.Install new CentOS 6.2, OpenVZ, OWP 2.1
2.Log in
3.Try to add another server
Actual result:
The result from /opt/ovz-web-panel/log/production.log:
Processing Admin::Hardwar…
-
Hi @gabifiolek , Please check the security option.
The error occurs when using the filestack_field tag with security option.
Of course I've already set in the application.rb file `app_secret` and `s…
-
## Environment
- Ruby **3.2.2**
- Rails **7.1.0.rc1**
- Devise **4.9.2**
## Current behaviour
If a user tries to navigate within a turbo frame after their session expires. They are redirecte…
-
I am working on a rails/jwt integration ([sirwolfgang/jwt_keeper](https://github.com/sirwolfgang/jwt_keeper)), which I would like to integrate with sorcery.
One of the key things is that the tokens …
-
I've been using omniauth-runkeeper for over a year now, and it's been great - thank you for creating it.
Just recently, I noticed some errors when a particular user was attempting to log in. It turne…
-
The use case we are looking at is certain javascript files are provided to us through gems. We can include these files in our deployed application via the //= require directive but its unclear how to …
-
My users want to login with facebook and I have it setup where they can log into facebook using Facbook SDK on iOS. I want to pass the oauth access_token from SDK to omniauth, skipping the external wi…
-
I would like to set up my api to support changing tokens on every request, however I'm concerned about the performance impact this might have at scale since having tokens stored on the user column wou…
-
If we use token auth, we can drop session, and we can use curl to test api interactions.
If we teach session, we get the potential to build in oauth. If so, we should probably create and distribute c…