react-adal

Azure Active Directory Library (ADAL) support for ReactJS

MIT License

Downloads
18.4K
Stars
217
Committers
14

Bot releases are hidden (Show)

react-adal - v0.5.2 Latest Release

Published by salvoravida almost 4 years ago

  • fix ts 4 - react16
  • update adal.js
react-adal - v. 0.5.0

Published by salvoravida about 5 years ago

  • update adal.js to 1.0.18

PR86 (thanks to @balanza)

  • Adal SDK update to latest (1.0.18). Furthermore, I included a simple script to automatically fetch latest from github and clone it in our code.
  • Allow extra parameters while fetching token. This is to comply with SDK's acquireTokenRedirect and acquireTokenPopup signatures (with the latter being broken before the fix).
  • Using loginResource to check login token instead of clientId. This because SDK's AuthenticationContext constructor already handles missing loginResource by value it as clientId. Thus it can now cover both scenario: with both loginResource and clientId and only clientId provided.

#33
login ok - permission failed fix infinite loop

#67
fix SSR support withAdalLogin Hoc

#68
Clear the resource cache on new login

react-adal - v0.4.24

Published by salvoravida over 5 years ago

v0.4.24
+upgrade to babel 7
+SSR support
+fix ie10

react-adal - v0.4.22

Published by salvoravida almost 6 years ago

v0.4.22
!support old sid #issue 7
!withAdalLogin HOC componentWillMount deprecated removed
!withAdalLogin HOC check mounted before setState

v0.4.19
+support MFA redirect - merged pr

react-adal -

Published by salvoravida over 6 years ago

v0.4.18
!adalFetch options fix
+es5 lib

react-adal -

Published by salvoravida over 6 years ago

v0.4.17
+update adal.js to 1.0.17
+added withAdalLogin HOC for login only on a single Route
+added example for single route login