-
Hihi!
I'm trying to integrate verdaccio via openid connect with your plugin. I've tried to read the source code, but I can't understand why is going to one path or the other at this point.
Here …
-
Currently Kamu supports Github oauth.
https://github.com/kamu-data/kamu-node/blob/679029ac4d8a29b704a9fe35479c700e35a06e3a/src/app/api-server/src/app.rs#L437
We use Keycloak and it support generic…
-
```
Failed to load pull requests
RequestError [HttpError]: Unknown error: {"data":null,"errors":[{"message":"Something went wrong while executing your query. This may be the result of a timeout, or …
-
For funsies, I upgraded node in my container and ran `master` against it. It seemed to load OK, with a warning about `punycode`:
```
bash-5.2# node --version
v22.10.0
bash-5.2# make dev
[nodemon] 3.1…
-
### Environment
- Operating System: `Darwin`
- Node Version: `v20.17.0`
- Nuxt Version: `3.13.2`
- CLI Version: `3.14.0`
- Nitro Version: `2.9.7`
- Package Manager: `yarn@1.22…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `grant@5.4.22` for the project I'm working on.
…
-
(node:58058) UnhandledPromiseRejectionWarning: Error: Error getting OAuth request token
at /Users/sebamac/projects/twitter-oauth-login-in-nodejs/oauth-utilities.js:37:18
at /Users/sebamac/pr…
-
I have notice that since v0.3.0 each oAuth providers event handler are exported individually instead of just `oauth`. I assumed these eventHandler would be available for import from `#imports`. Howeve…
-
I have been trying to add a token login to NODE-RED for a few days now.
According to the example provided, this is possible.
```
nodered:
require_admin: true
title: Node-RED
ico…
-
Add OAuth2.0 authentication for Google and GitHub. Users should be able to log in using their Google or GitHub accounts.
**Tasks:**
- Set up OAuth for Google and GitHub using passport.js or anot…