Releases: Earlybyte/aad_oauth
Releases · Earlybyte/aad_oauth
1.0.1
What's Changed
- Optionally avoid prompting popup on web logout by @phildupuis in #277
- Fix/inline linter rules to prevent conflict by @mikedigit in #279
- update willpopscope to popscope by @elijahjohnston in #291
- add login hint for web by @elijahjohnston in #292
- ✨ feat: add onPageFinished function in Config by @tajjacob in #280
New Contributors
- @phildupuis made their first contribution in #277
- @mikedigit made their first contribution in #279
- @elijahjohnston made their first contribution in #291
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
- handle pop in the webview by @xhoi-xhafaj in #233
- Authority improvements by @Zazo032 in #236
- Update deps by @Zazo032 in #245
- Remove client secret from Azure AD B2C config instructions in README by @OssiPesonen in #252
- ⬆️ plugins: update multiple plugins and ui by @tajjacob in #257
- Add explicit and implicit refresh token by @easazade in #260
- Add ADFS support for mobile applications by @AndreasHassing in #270
- Update plugins and changelog. by @josemiguelvarela in #272
- Upgrade sdk version by @loetsphi in #274
New Contributors
- @xhoi-xhafaj made their first contribution in #233
- @OssiPesonen made their first contribution in #252
- @tajjacob made their first contribution in #257
- @AndreasHassing made their first contribution in #270
Full Changelog: 0.4.4...1.0.0
0.4.4
What's Changed
- Make cacheLocation configurable by @tigloo in #220
- Always use myMSALObj.acquireTokenSilent to get fresh token by @ruicraveiro in #226
- Added custom domain url with tenant Id for B2C with Azure Front Door by @jochemvanweelde in #227
- Check navigator state by @easazade in #229
- Update CHANGELOG.md by @josemiguelvarela in #230
- Upgrade libraries. by @josemiguelvarela in #231
- Update to Release 0.4.4 by @loetsphi in #232
New Contributors
- @ruicraveiro made their first contribution in #226
- @jochemvanweelde made their first contribution in #227
- @easazade made their first contribution in #229
Full Changelog: 0.4.3...0.4.4
0.4.3
What's Changed
- Commit for issue #203 by @justoke in #207
- Update flutter_secure_storage to 8.0.0 by @jstepaniakobj in #216
- Adding postLogoutRedirectUri - Sign-out with a redirect by @Musaddiq625 in #217
- Refresh authResult from cache in getAccessToken and getIdToken by @tigloo in #215
- Add
isLogged
getter by @Zazo032 in #210 - Change isLogged name to hasCachedAccountInformation. by @josemiguelvarela in #218
- Update pubspec by @josemiguelvarela in #219
New Contributors
- @justoke made their first contribution in #207
- @jstepaniakobj made their first contribution in #216
- @Musaddiq625 made their first contribution in #217
- @Zazo032 made their first contribution in #210
Full Changelog: 0.4.2...0.4.3
0.4.2
What's Changed
- Address #185 by adding MockCoreOAuth by @josemiguelvarela in #186
- Update flutter_secure_storage to ^7.0.1, bump minor dependency versions by @joshryandavis in #192
- add origin header for mobile token request by @dzziwny in #177
- Fix: Request code issue in google signIn by @JenishMS in #193
- Make origin header optional and update changelog by @josemiguelvarela in #195
- Fix net::ERR_CACHE_MISS on Android release. by @josemiguelvarela in #198
- Webview 4 upgrade by @stevenebutler in #199
- Add Azure B2C support for Flutter Web by @tigloo in #201
New Contributors
- @joshryandavis made their first contribution in #192
- @dzziwny made their first contribution in #177
- @tigloo made their first contribution in #201
Full Changelog: 0.4.1...0.4.2
0.4.1
What's Changed
- Add loader while render web page in webview (with Readme changes) by @josemiguelvarela in #163
- Feat: Add loader while render web page in WebView by @JenishMS in #162
- Update pubspec.yaml by @ashusilswal in #160
- Fix login error when changing user password. by @josemiguelvarela in #164
- Improve exceptions handling by @josemiguelvarela in #168
- Update CHANGELOG.md by @loetsphi in #169
- Fix exception behavior for the web version by @josemiguelvarela in #170
- update changelog by @chester23491 in #172
- Add userAgent parameter to WebView by @JenishMS in #181
- Address #173 by adding support for web redirect auth flows by @stevenebutler in #174
- Update CHANGELOG by @josemiguelvarela in #182
New Contributors
- @JenishMS made their first contribution in #162
- @ashusilswal made their first contribution in #160
- @chester23491 made their first contribution in #172
Full Changelog: 0.4.0...0.4.1
0.4.0
- Breaking: Use webview_flutter plugin (requires android minSDK >= 20) #121, #124
- Requires passing the same navigatorKey to Config() and MaterialApp() to support interactive login.
- Removed unnecessary calls to set screen size - calls to these APIs must be removed from apps (setWebViewScreenSize and setWebViewScreenSizeFromMedia).
- webview_flutter automatically adjusts the webview size.
- Update flutter_secure_storage and add android options to config #128, #134