pamapa

Results 411 comments of pamapa

@kherock I have problems with the unit-tests when i make the ClockService getEpochTime async. Any idea?

I will drop the DateUtils and use instead ClockService as well. I would prefer a non promise callback solution, what do you think?

Cosmetic: I was thinking at which position of the functions i should add the clockService parameter. I decided against putting it into `args` object (e.g. SigninRequest) as it should not...

I am going to split this MR, the first one reinstate the clock service, the second then goes beyond what oidc-client-js does. The first part should be simple and is...

Other much simpler solution: Lets make `Timer.getEpochTime` changeable. I first thought because it is static, it is not such a good idea, but the use-case for this (#414) is to...

Great work , thanks for the fast response! Do we really need the `broadcast-channel` library, modern browsers support the `broadcast-channel` feature natively. When i look into https://developer.mozilla.org/en-US/docs/Web/API/Broadcast_Channel_API: - IE has...

Good question. We only care about modern browsers (primary chrome, firefox, edge, safari + mobile versions, **not** IE) anyway. In that [list](https://developer.mozilla.org/en-US/docs/Web/API/Web_Locks_API) i only see Safari to be a problem...

Thanks for working on this, looks much simpler now with locking. For easier review could you please squash your changes into a single commit?