Comparing michaelschnyder:master...flipadmin:develop · michaelschnyder/oidc-angular · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: michaelschnyder/oidc-angular
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: flipadmin/oidc-angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 226 files changed
  • 3 contributors

Commits on Mar 6, 2017

  1. Configuration menu
    Copy the full SHA
    fc71530 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46943ac View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

  1. Configuration menu
    Copy the full SHA
    bd09d8e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

  1. improved logic

     It can handle three scenarios:
    1) When user has token in `localStorage` and it is invalid then event `oidcauth:silentInitRefreshStarted` will be broadcasted to `$rootScope` and library will try to do `silentRefresh`. Then you receive this signal you can show popup message `logging in..` and wait for one of this signals: `oidcauth:silentRefreshSucceded` or `oidcauth:silentRefreshTimeout`
    2)  When user has token in `localStorage` and it is valid I can send you event just give me a string but anyway, lib will start the loop for keeping token refreshed.. just test `$auth.isAuthenticated()` before api call to check token and silent refresh loop. The event `oidcauth:tokenExpires` is being thrown just before token expiration minus `config.advancedRefresh` (in seconds) and then one of `oidcauth:silentRefreshSucceded` or `oidcauth:silentRefreshTimeout`will occur after `oidcauth:silentRefreshStarted`.
    3) When user hasn’t token in `$localstorage` (user permormed logout action or never log in) I can send you event just give me a string but anyway, lib will NOT start the loop for keeping token refreshed..
    
    Last note:
     - Lib will start loop for refreshing token when it is not running and user perform log in or silent successful refresh token.
     - Lib will stop the loop when user performing logout
    wojtek-fliposports authored Mar 8, 2017
    Configuration menu
    Copy the full SHA
    509774e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74b3ba9 View commit details
    Browse the repository at this point in the history
  3. fixed

    wojtek-fliposports authored Mar 8, 2017
    Configuration menu
    Copy the full SHA
    c55d5d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Configuration menu
    Copy the full SHA
    fdf0ceb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from wojtek-fliposports/patch-1

    fixed IONIC integration
    jaszczur171 authored Mar 15, 2017
    Configuration menu
    Copy the full SHA
    47b33cc View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2017

  1. Configuration menu
    Copy the full SHA
    7284cac View commit details
    Browse the repository at this point in the history
  2. fixed logout

    wojtek-fliposports authored Mar 25, 2017
    Configuration menu
    Copy the full SHA
    1ffc05d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. Configuration menu
    Copy the full SHA
    b1f3161 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2017

  1. libs

    wojtek-fliposports committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    f60c7ed View commit details
    Browse the repository at this point in the history
  2. added example

    wojtek-fliposports committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    cbc1e6e View commit details
    Browse the repository at this point in the history
  3. password flow

    wojtek-fliposports committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    a389d31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3e053d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. ionic-sample

    wojtek-fliposports committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    efa148b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4449902 View commit details
    Browse the repository at this point in the history
  3. removed plugins

    wojtek-fliposports committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    7f57e49 View commit details
    Browse the repository at this point in the history
  4. fix symlink

    wojtek-fliposports committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    1d0ebcd View commit details
    Browse the repository at this point in the history
Loading