Closed atrofimenko closed 1 month ago
I found a possibility, but I've got another question: is it possible to call the same browser, that react-native-app-auth uses underhood? (modal safari), because i need the same cookies that it saved after auth to show profile redaction screen, I can open it with Linking or inapbroser, but it has no saved cookies inside
Duplicate of #563
Does anyone tried registration flow in Keycloak? With authorize() I have a possibility to open login screen, where i have a registration button which navigates to regitration flow, but don't understand how to implement registration without auth flow just call register() is not working in this case.