-
### What
- Add support for creating users to the NodeJS SDK
- No proper documentation, here's the PR we made for the Dart SDK: https://github.com/openfoodfacts/openfoodfacts-dart/pull/171/files
- We'r…
-
### Description
Since this library is deprecated I would like to propose one of the possible alternatives => [jose](https://github.com/panva/jose)
It contains quite useful functions: `createRemote…
-
### Before reporting an issue
- [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
### Area
c…
-
### Description
the tutorial https://docs.hedgedoc.org/guides/auth/keycloak/
mention `https://keycloak.example.com/auth/realms/your-realm/protocol/openid-connect/userinfo`
but in my case i had to…
-
### Problem
- The user creation API is not documented
-
### Describe what happened
I'm deploying a Keycloak Helm Chart and load the master realm using the `Realm.get` method. That `Realm.get ` method causes an
```
error: Preview failed: refreshing urn:p…
-
### Description
https://github.com/keycloak/keycloak-nodejs-admin-client/blob/main/src/index.ts
upon checking this, it seems missing some defs, like UserRepresentaion, UserSessionRepresentaion, and …
-
Hi,
Isn't this call https://github.com/ferrerojosh/nest-keycloak-connect/blob/5b9a642bb6030ba61730f4e8fe4542f8000bdd09/src/guards/role.guard.ts#L107 a superfluous if you already have a token issue…
-
**Checklist**
- Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker image?
**Yes**
- Are you sure you're not using someone else's docker image?
**Yes**
- Have you se…
-
Trying to use express-useragent with NodeJS/Express/TypeScript and getting this error.
Code:
```
app.get("/chat", keycloak.protect(), async (req, res) => {
let chatController = new ChatCon…