react-native-keycloak
react-native-keycloak copied to clipboard
React Native components for Keycloak
**Describe the bug** **To Reproduce** **Expected behavior** **Screenshots** **Smartphone** - Device: - OS: - Version **Additional context**
other repos of parent also archived.
### **Describe the bug** Cannot login and redirect to the app gracefully. It shows the following error: ### **To Reproduce** _**keycloak.js**_ ``` const keycloak = new RNKeycloak({ url: 'keycloak-url', realm:...
Hey. I am trying to redirect to the home screen after a successful login attempt. I have implemented deep linking as well. But as soon as the login request completes,...
It is posible top hide the close button? i dont want the user to be able to manually close it. I want the user stuck there if it is not...
I'm currently using the package in the following manner. My homepage consists of a single image that triggers a mock API call and should navigate to the login page. The...
**Describe the bug** When I am trying to load my react-native app on android I am getting an error on onEvent in initOptions of ReactNativeKeycloakProvider as described below, AuthError :...
**Describe the bug** I've got: ``` WARN Possible Unhandled Promise Rejection (id: 1): Error: Another InAppBrowser is already being presented. ``` **To Reproduce** ``` isLoadingCheck} LoadingComponent={ } initOptions={{ redirectUri: "my-redirect-uri",...
I've integrated keycloak library in react native, using keycloak - Microsoft AD login integrated in project as per the documentation and uploaded in Company intune portal for both Android and...
**Is your feature request related to a problem?** I can't find a way to natively implement a checkbox to allow "saving the login". **Describe the solution you'd like** I would...