msal_guard 0.0.1-alpha.4 copy "msal_guard: ^0.0.1-alpha.4" to clipboard
msal_guard: ^0.0.1-alpha.4 copied to clipboard

outdated

Guard widget for the Msal Flutter library

Very Early alpha release #

Warning, this package is in very early release and will be subjected to constant breaking changes with no warning.

[0.0.1-alpha.4] #

  • bug fix for setting baseurl

[0.0.1-alpha.3] #

  • Added apiBase url to msal guard itself to be passed onto AuthenticatedHttp service

[0.0.1-alpha.2] #

  • Updated to include base url property on AuthenticatedHttp service and changed parameters for calls to be strings.

[0.0.1-alpha.1] - Very Early alpha release #

First release for the test MSAL Guard library, a companion library to Msal Flutter. WARNING: This release is mostly for internal testing. This library is NOT to be used in production. It is VERY early alpha and is subject to regular and repeated breaking changes with no warning and limited documentation

  • Created first version of msal guard widget
  • Created first version of authentication service used to handle logic
  • Created first version of authenticated http service used for making authenticated http calls.