Skip to content

Fixed async load of policies

Vojtěch Sassmann requested to merge github/fork/Vojtech-Sassmann/policyFix into master
  • The policies were loaded asynchronously, which caused some race-conditions. Sometimes the policies were not loaded when calling isAuthorized methods.
  • The initialization should now wait for the policies to be loaded.

Merge request reports