Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug. App fully hang during silent renew. #942

Merged

Commits on Jan 11, 2021

  1. Added reset mechanism on silent renew check.

    Added elapsed time check for silent renew check process.
    Implemented retry mechanism with timeout on first authentication check
    Roman Yakym committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    cbeacce View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Added configuration silent renew timeout value into oidc config.

    Fixed checkAuthIncludingServer retry mechanism.
    Roman Yakym committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    8aacfb5 View commit details
    Browse the repository at this point in the history
  2. Improved timeout mechanism.

    Roman Yakym committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    a66a576 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Refactored retry mechanism on timeout error.

    Fully covered by unit tests.
    Roman Yakym committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    7f75c9e View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Merge branch 'main' into bug/app-fully-hang-during-silent-renew

    # Conflicts:
    #	package-lock.json
    #	projects/angular-auth-oidc-client/src/lib/callback/refresh-session.service.spec.ts
    #	projects/angular-auth-oidc-client/src/lib/callback/refresh-session.service.ts
    Roman Yakym committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    a7ed0cd View commit details
    Browse the repository at this point in the history
  2. Removed console logs.

    Roman Yakym committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    34acfb7 View commit details
    Browse the repository at this point in the history
  3. Fixed linting.

    Roman Yakym committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    c11b8ff View commit details
    Browse the repository at this point in the history
  4. Added documentation for 'silentRenewTimeoutInSeconds' configuration p…

    …roperty.
    Roman Yakym committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    47f4cfc View commit details
    Browse the repository at this point in the history