I am looking for tips on how best to work with expiration using Angular 2 and Identity Server 4. I use an implicit stream with Identity Server 4 that does not issue token updates, and I do not want to redirect the user after the token expires.
Also, why is there no update token? Why does hybrid stream not work for javascript clients? I manage the ID server, application and api, so will this work?
source
share