-
Hey! I am struggling to setup SSO through OAuth, At the moment my configuration looks like:
```
...
auth:
callback_url_prefix: https://wg.mydomain.net/api/v0
oauth:
- id: google
โฆ
-
With the recent changes to the lib, it's now possible to have Authkit working for Vercel previews deployments, which is awesome. ๐
Because I couldn't find much discussion about how to get this workโฆ
-
### Question
I have been trying to implement server side sentiment analysis using this [tutorial](https://huggingface.co/docs/transformers.js/main/en/tutorials/next#prerequisites) but its in Javascriโฆ
-
### Current Behavior
Currently App provider can set the Auto-Setup Url only and when backend calls this endpoint ,it sends the token generated by client which is coming from environment variable.
![โฆ
-
# Bug report
When I login with a Magic Link, or with Oauth, there can sometimes be an error. In the case of Oauth, there could be an error if the client secret is wrong. In the case of a Magic Liโฆ
-
from the 12/15/2016 API improvements conversation
-
Hello i am creating an app in asp.net mvc and use receive api it working fine but From last week i am not able to send request to blockchain api it shows an bad request error after debugging it show cโฆ
-
ํธ์คํ
์ฌ๋ก ์์์น์ ์ฌ์ฉํ๋ฉฐ, ๋ค์ด๋ฒ ๋ก๊ทธ์ธ API๋ฅผ ์ด์ฉ์ค์
๋๋ค.
callback URL ์ ๋ค์ด๋ฒ ๊ฐ๋ฐ์์ผํฐ์ ์๋กญ๊ฒ ์
๋ ฅํ์๊ณ , ์ ํ๋ฆฌ์ผ์ด์
๊ฐ๋ฐ ์ํ "์๋น์ค ์ ์ฉ"์ด๋ผ๊ณ ๋์ค๋๋ฐ
๊ณ์ ํด๋น ํ์ด์ง๋ ๋ก๊ทธ์ธ์ด ๋ถ๊ฐ์ธ ์ํ์
๋๋ค ใ
ใ
์ด๋ป๊ฒ ํด์ผํ ๊น์? ๋์์ฃผ์๋ฉด ์ ๋ง ๊ฐ์ฌํ๊ฒ ์ต๋๋ค.
-
**Describe the bug**
I am trying to configure dashbrr to use [pocket-id](https://github.com/stonith404/pocket-id) hosted in the same kubernetes cluster for OIDC auth. Both pocket-id and dashbrr are beโฆ
-
I'm working on a React Native application that uses react-native-webview to load a third-party URL. I implemented the onNavigationStateChange callback to handle navigation based on the URL's state. Thโฆ