seco35

Results 8 comments of seco35

For me the solution was to add the redirectUri in the openAuth()-Call. I changed my call from `openAuth("authenticationLink?...&redirect_uri={LINK_TO_BACKEND_API});` to: `openAuth("authenticationLink?...&redirect_uri={LINK_TO_BACKEND_API}, "myapp://deeplinkpath");`

@abhisheksaxenaa could you elaborate the re-validation of the token? How do we accomplish it without the refresh token? Do you mean, that the user has to enter the credentials again,...

> @seco35 If you are using client secret, which is not recommended, then you can get the refresh token out of keycloak. Without refresh token it is not possible to...

Experiencing the same. Just to look into the node_modules/electron-pos-printer folder and see that there aren't any .js files. It only contains CHANGELOG, README, LICENSE and package.json...

> same issue here, any solution? I don‘t think, that there will be any fix or answer to this issue. I solved the pos printing tasks all by myself, by...

@wogno As of now, this is the class I wrote by myself to print with a thermal printer. So I basically went without using an external library for printing (you...

> Hello Seco35 > > Can you submit a pull request to this issue if you have resolved it please? > […](#) I haven't fixed this issue therefore can't do...

> This fork of fast image is maintained https://github.com/dream-sports-labs/react-native-fast-image Hey thank you for this alternative. Do you know by any chance, if the migration works without huge refactoring? Have you...