FormidableLabs / react-native-app-auth

React native bridge for AppAuth - an SDK for communicating with OAuth2 providers
https://commerce.nearform.com/open-source/react-native-app-auth
MIT License
2.04k stars 441 forks source link

Register with keycloak? #1029

Closed atrofimenko closed 1 month ago

atrofimenko commented 1 month ago

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.

atrofimenko commented 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

carbonrobot commented 1 month ago

Duplicate of #563