We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3918f commit a54b44bCopy full SHA for a54b44b
README.md
@@ -40,12 +40,12 @@ For TypeScript:
40
```ts
41
import { Keycloak } from "keycloak-backend"
42
const keycloak = new Keycloak({
43
- "realm": "realm-name",
44
- "keycloak_base_url": "https://keycloak.example.org",
45
- "client_id": "super-secure-client",
46
- "username": "[email protected]",
47
- "password": "passw0rd",
48
- "is_legacy_endpoint": false
+ "realm": "realm-name",
+ "keycloak_base_url": "https://keycloak.example.org",
+ "client_id": "super-secure-client",
+ "username": "[email protected]",
+ "password": "passw0rd",
+ "is_legacy_endpoint": false
49
})
50
```
51
0 commit comments