-
/ oldalon az ahhoz jogosultsággal bíró felhasználó (pl. assurer group) megnézheti a felhasználó assuráláshoz szükséges adatait.
-
### Steps to reproduce
```ruby
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
gem "rails", "~> 7.2.0"
# If you want to test …
-
### Provide environment information
{
"serwist": "^9.0.9",
"@serwist/next": "^9.0.9",
}
### Which project is this issue for?
serwist
### Link to reproduction - Issues with a link to com…
-
At our production instance, the following error occurs frequently (approx. 2 times a day):
> OIDC callback state not found in session `oidc_states`!
>
> SuspiciousOperation at /oidc/callback/
OI…
-
Update initializer
config/initializers/devise.rb
callback_url:
if my domain name is "shabao.tw",
can i write callback_url: "http://shabao.tw/users/auth/facebook/callback" ?
-
My setup:
127.0.0.1:5000 - Frontend app with satellizer served on this port
127.0.0.1:8000 - Backend api/server with required auth urls
Satellizer settings in my apps config:
```
$authProvider.…
-
엔진 버전
:2.8.4
문의 내용
:다각형을 서로 다른 축을 중심으로 회전시킬 수 있나요?
`function TraceTarget(target) {
var layerList = new Module.JSLayerList(true);
var layer = layerList.createLayer("glTF_Test", Module…
-
We would like to implement a mechanism to allow Task submitters to specify a `callback_url` that will be used by TES to POST any change in status to the `callback_url`.
Requirements:
- Task subm…
-
https://github.com/rubenlagus/TelegramBots/blob/ffc1f713dc8e9907d5ad9327617fe2e077af55cc/telegrambots-meta/src/main/java/org/telegram/telegrambots/meta/TelegramBotsApi.java#L18
WHY?! What was reaso…
-
When you activate DROPBOX_CALLBACK_URL (ej. DROPBOX_CALLBACK_URL = '/upload') and you click on link to activate the app, this return to /upload with params uid and oauth_token but the app is not added…