alexandrtovmach / react-microsoft-login

Microsoft services authorization with React.
https://alexandrtovmach.github.io/react-microsoft-login
MIT License
80 stars 38 forks source link

Add persistence and logout redirect uri #79

Closed FranCarstens closed 3 years ago

FranCarstens commented 3 years ago

This merge includes the following changes:

  1. Addition of postLogoutRedirectUri as documented on Single-page application: Sign-in and Sign-out
  2. Addition of useLocalStorageCache as documented on More about SSO with MSAL
  3. Typo corrections of Exaple to Example in Readme and example files.
  4. Updated Readme to include new properties postLogoutRedirectUri and useLocalStorageCache.
alexandrtovmach commented 3 years ago

@FranCarstens Thanks for contribution :muscle: Seems really useful improvement

Could you check requested changes and let me know what do you think?

alexandrtovmach commented 3 years ago

@FranCarstens Could you?)

FranCarstens commented 3 years ago

That looks great. Sorry for the late reply :)

alexandrtovmach commented 3 years ago

@FranCarstens thanks for contribution Updates will be available in 1.15.0

alexandrtovmach commented 3 years ago

Done: https://www.npmjs.com/package/react-microsoft-login/v/1.15.0