Skip to content

add fixes that emerged from using oidc-client-stubs in aura-sync

Stefan Nussbaumer requested to merge aura-sync-fixes into master

in flow_stages.py:

  • change quoting from single to double quotes in regex patterns (attributes in html source use double quotes)
  • unquote/unescape URL (python doesn't seem to like url-encoded enities)
  • move from Error to Exception in try/except blocks (not sure this is correct but using Error doesn't seem to get supported anymore) in authorization.py:
  • add method refresh_access_token(): Allows implicit refresh of access_token in connections.
  • move from Error to Exception in try/except blocks (not sure this is correct but using Error doesn't seem to get supported anymore)

Signed-off-by: Stefan Nussbaumer stefan@o94.at

Merge request reports