react-native-keycloak
react-native-keycloak copied to clipboard
React Native components for Keycloak
**Description** 404 Not Found Error when trying to access a Keycloak server. It worked the other day with configuration that i set up and now it does not. **Steps to...
**Describe the bug** Hi team, at some point my instance of keycloak goes back to default (token: undefined, etc...) so I never go into the onTokenExpired function and the token...
**Describe the bug** m trying to implement this with expo project when the user login for the first time it return null token and doesnt navigate to next page ,...
**Describe the bug** **Adding KeycloakProvider** ``` let kcConfig = new RNKeycloak({ url: '', realm: '', clientId: }); {App.renderStack(loginState)} ``` **Login with keycloak** ``` const KCLogin = () => { const...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.3.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...
Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.0 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...
Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.0 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...
**Describe the bug** Since Keycloak 18, parameter "redirect_uri" is not supported anymore when logging out as explained here : https://www.keycloak.org/2022/04/keycloak-1800-released#_openid_connect_logout So now, when we use react-native-keycloak, we get the error...
**keycloak.updateToken(50)** I want to refresh the token every minute. So I have added code :- ` keycloak.onTokenExpired = () => { keycloak.updateToken(50) .then((refreshed) => { if (refreshed && keycloak.token) {...
I tested it on the android emulator, and the webview can be called up normally, and it will be closed directly after the login is successful (there will be no...