react-native-login
react-native-login copied to clipboard
React Native module for lightweight universal authentication using Keycloak
Results
3
react-native-login issues
Sort by
recently updated
recently updated
newest added
I followed your tutorial and was able to integrate this into my project. ``` Login.start(config).then(tokens => { console.log(tokens); }); ``` Does not somehow work with android, as code never reaches...
Hello, after i got auth from the keycloak login ( website ), it doesn't open back my app..and no any events called..i already setup all the linking. Please help me...