vmurin / react-native-azure-auth

React Native library implementing Azure AD OAuth2 API
MIT License
85 stars 65 forks source link

Fix closeOnLoad not working #152

Closed mlazari closed 2 years ago

mlazari commented 2 years ago

Second parameter for agent.openWeb is ephemeralSession, but currently closeOnLoad is sent for it. This change adds a new ephemeralSession option to clearSession and fixes agent.openWeb arguments.

Fixes https://github.com/vmurin/react-native-azure-auth/issues/122

vmurin commented 2 years ago

The changes taken over in to release v1.8.4